mirror of
https://github.com/SunNetservers/MiniGames.git
synced 2025-04-03 10:16:26 +02:00
Merge branch 'dev'
This commit is contained in:
commit
01a3d0b73c
17
README.md
17
README.md
@ -1,12 +1,18 @@
|
|||||||
# MiniGames
|
# MiniGames
|
||||||
|
|
||||||
This plugin adds several mini-games.
|
This plugin adds several mini-games.
|
||||||
|
|
||||||
To create a dropper arena, simply use `/droppercreate <name>`, where \<name> is simply the name used to differentiate
|
To create a dropper arena, simply use `/droppercreate <name>`, where \<name> is simply the name used to differentiate
|
||||||
and
|
and recognize the arena. Your location will be used as the spawn location for anyone joining the dropper arena. To start
|
||||||
recognize the arena. Your location will be used as the spawn location for anyone joining the dropper arena. To start
|
|
||||||
playing, simply use `/dropperjoin <name>`, where \<name> is the same as you specified upon creation.
|
playing, simply use `/dropperjoin <name>`, where \<name> is the same as you specified upon creation.
|
||||||
To modify the arena, use `/dropperedit <name> <property> <value>`.
|
To modify the arena, use `/dropperedit <name> <property> <value>`.
|
||||||
|
|
||||||
|
To create a parkour arena, simply use `/parkourcreate <name>`, where \<name> is simply the name used to differentiate
|
||||||
|
and recognize the arena. Your location will be used as the spawn location for anyone joining the dropper arena. To start
|
||||||
|
playing, simply use `/parkourjoin <name>`, where \<name> is the same as you specified upon creation.
|
||||||
|
To modify the arena, use `/parkouredit <name> <property> <value>`. Use `/parkouredit checkpointAdd here` to add a
|
||||||
|
checkpoint at your current location.
|
||||||
|
|
||||||
## Permissions
|
## Permissions
|
||||||
|
|
||||||
The only permission normal players will need is `minigames.join` which is set to true by default.
|
The only permission normal players will need is `minigames.join` which is set to true by default.
|
||||||
@ -242,4 +248,9 @@ Example tags:
|
|||||||
- +DOORS
|
- +DOORS
|
||||||
- +DRAGON_IMMUNE
|
- +DRAGON_IMMUNE
|
||||||
- +FENCE_GATES
|
- +FENCE_GATES
|
||||||
- +FENCES
|
- +FENCES
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
MiniGames is licensed under the GNU Public License Version 3.0. This includes every source and resource file. See the
|
||||||
|
HEADER file for a more detailed license description.
|
@ -396,7 +396,7 @@ public class ParkourArena implements Arena {
|
|||||||
if (checkpoints.isEmpty()) {
|
if (checkpoints.isEmpty()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.checkpoints.clear();
|
this.checkpoints.clear();
|
||||||
this.parkourArenaHandler.saveArenas();
|
this.parkourArenaHandler.saveArenas();
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user