Minigames icon indicating copy to clipboard operation
Minigames copied to clipboard

The Minigames plugin for CraftBukkit servers.

Results 71 Minigames issues
Sort by recently updated
recently updated
newest added

## Purpose Update to 1.18 due to issues with compatibility. ## Approach Updated the poms, fixed deprecation issues

Hello. This is my first time using Github and making a suggestion so I hope I'm doing this correctly. I would like to suggest support for the plugin 'Parties'. In...

Suggestion

**Describe the bug** Could not pass event AsyncPlayerChatEvent to Minigames v1.16-SNAPSHOT-342 **To Reproduce** 1. Open global loadouts with /mg gloablloadouts 2. Made a new loadout 3. Type name in chat...

bug
accepted

**Describe the bug** When using the /help command, the commands have no descriptions, but instead give an error. **To Reproduce** Steps to reproduce the behavior: 1. Type /minigame help **Expected...

bug
accepted

**Describe the bug** This is a weird bug I have been encounter with this mini-game plugin. When I setup a mini-game on multiplayer mode or team mode there a bug...

Needs Testing

### Purpose: Fixes #341 where the `/mg help` command does not display command descriptions. **BEFORE:** ![minigame help command before fix](https://user-images.githubusercontent.com/84087738/153125434-ff4a1801-b005-4f58-8db5-1740a5c27a70.png) **AFTER:** ![minigame help command fix](https://user-images.githubusercontent.com/84087738/153125493-4ef3b3fe-7fd3-4612-bc00-c20ce0a40a29.png)

enhancement

### Purpose The only purpose of the end location is to be a "special" location where the winning players of a minigame are sent. Therefore, it is not entirely necessary...

enhancement

![minigamesTemporaryLoadoutSign](https://user-images.githubusercontent.com/84087738/151269417-d45399bf-0d0b-4214-8c32-9af33087f10a.png) ## Purpose The addition of the `Temporary` loadout sign modifier allows players to equip the loadout on the sign, then respawn with that player's respective default loadout (i.e. in...

enhancement

That report generation takes time, slowing down the overall build. Reports are definitely useful, but do you need them every time you run the build. We can conditionally disable generating...

[Parallel builds in Maven 3](https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3) Maven 3.x has the capability to perform parallel builds. According to [Maven parallel test](https://www.baeldung.com/maven-junit-parallel-tests), we can run tests in parallel. ===================== If there are any...