GameMode Change icon

GameMode Change 4.0

Changing your gamemode made simple.

Page 1
Full Recode & New Features

attachment.png

I have fully recoded Gamemode Change because:
(a) I wasn't happy with there being multiple different coding styles from when I added/fixed features.
(b) I lost all of the original code as I got a new computer.
(c) There isn't a reason C, just sounds cooler.

(+) Due to the recode, you will have to delete your config file as there is now 3 separate ones. New configuration files can be viewed here.

(+) Added an option to block op'ed players from entering creative mode.
(+) Added an option to change the player's gamemode when they connect to the server.
(+) Added the ability to get a notification if someone is blocked from entering gamemode creative (must have notify and anti-creative enabled).
(+) Added the ability to use PlaceholderAPI placeholders in all messages.
(+) Added the ability to reload the plugin using "/gamemodechange reload".
(+) Changed how commands are registered and handled.
(+) Changed how configuration files are handled.
(+) Added bStats, to disable this disable it in the bStats config file.

If you have any issues or suggestions feel free to contact me on Discord @ https://discord.gg/6QNEGPK3Fb

New Command & Config Updates
=-=-=-=-=-=-= CHANGE LOG =-=-=-=-=-=-=

(+) /gamemode command. Usage: /gamemode (player)
Aliases: /gm
Permission: gmchange.gamemode
(+) You can now choose if you want the "you can change other player's gamemodes" message.
(+) Added the ability to change anti-creative mode bypass permission.
(+) General bug fixes.

(-) ADD THE FOLLOWING TO YOUR CONFIG (-)

[DROPDOWN]
# Do you want you can also do this to other players to be enabled or disabled?
hasOtherPlayersPermMSG:
message: "&7&l(!) &7You can change other player's gamemode's &3%command%"
enabled: true

# Player Not Found Error Message
# You can use Color Codes
player_not_found_message: '&c&l(!) &cThat player is not found.'

# Invalid Usage Error Message
# You can use Color Codes
# Use %usage% for the command and args.
invalid_usage_message: '&c&l(!) &cInvalid usage please use: %usage%'

# Invalid Gamemode Error Message
# You can use Color Codes.
invalid_gamemode_message: '&c&l(!) &cInvalid gamemode. Gamemodes: Creative; Survival; Adventure; or Spectator.'

# Gamemode command permission
gamemodeperm: 'gmchange.gamemode'

# Permission to bypass the anti creative mode.
antiCreativeBypassPerm: 'gmchange.creative.bypass'

[/DROPDOWN]
Page 1