diff options
author | Myles <mylesandmore9@gmail.com> | 2022-12-10 01:23:40 -0600 |
---|---|---|
committer | Myles <mylesandmore9@gmail.com> | 2022-12-10 01:23:40 -0600 |
commit | a56513d85180c699b566783d7e1ce1f12d641aa4 (patch) | |
tree | 406d942b7b40f91de92224f18b49fe295c9e341d /src/main/resources | |
parent | 074bd245939ae6cd29d5e2a55840fdecc512716e (diff) | |
download | Tumble-a56513d85180c699b566783d7e1ce1f12d641aa4.tar.gz Tumble-a56513d85180c699b566783d7e1ce1f12d641aa4.tar.bz2 Tumble-a56513d85180c699b566783d7e1ce1f12d641aa4.zip |
1AM COMMIT LETS GOOOO
- fixed about 20 bugs, glitches, exploits, you name it--Jacob can break anything (not even joking, did my first *real* playtest; it was...valuable...we'll leave it at that)
- added some sort of block balancing (want to improve on it later maybe?)
- change the prefix back to lowercase because we're emo or something (COMMONALITY SHUT UP)
- game env is now more controlled (thanks Jacob)
- can I go to bed now
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 6a9f62d..bc68c35 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,5 +1,5 @@ # Hides join/leave messages in public chat -# Default is true +# Default is false hideJoinLeaveMessages: false # Customize the message that displays when the player does not have permission to execute a command from this plugin |