diff options
author | Myles <43725835+MylesAndMore@users.noreply.github.com> | 2022-12-13 11:49:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 11:49:07 -0600 |
commit | ae3d7842ba4f261add8d5beb207d613515ee6602 (patch) | |
tree | 649061137630bb66ff1415a1f2adfae4502ecab5 /src | |
parent | fca9ec1f9235fe8f9c2941c99997f11c88177cce (diff) | |
download | Tumble-ae3d7842ba4f261add8d5beb207d613515ee6602.tar.gz Tumble-ae3d7842ba4f261add8d5beb207d613515ee6602.tar.bz2 Tumble-ae3d7842ba4f261add8d5beb207d613515ee6602.zip |
update versioning, config, and readme for pre-release
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/config.yml | 12 | ||||
-rw-r--r-- | src/main/resources/plugin.yml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index bc68c35..ee2a2c7 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,3 +1,8 @@ +# Customize the default game mode of Tumble +# Acceptable options include: shovels, snowballs, mixed +# Default is mixed +gameMode: mixed + # Hides join/leave messages in public chat # Default is false hideJoinLeaveMessages: false @@ -5,13 +10,8 @@ hideJoinLeaveMessages: false # Customize the message that displays when the player does not have permission to execute a command from this plugin permissionMessage: You do not have permission to perform this command! -# Customize the game mode of Tumble -# Acceptable options include: shovels, snowballs, mixed -# Default is mixed -gameMode: mixed - # Customize the auto start feature of Tumble -# Defaults are disabled and two players +# Defaults are false and two players # Players can be up to 8 autoStart: enabled: false diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index ac394bf..c78eece 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ main: com.MylesAndMore.tumble.Main name: tumble -version: 0.0.1-SNAPSHOT +version: 1.0.0 description: 'A Minecraft: Java Edition plugin recreating the Tumble minigame from Minecraft Legacy Console Edition.' api-version: 1.19 load: STARTUP |