Added pluginPrefix on the config file so you can modify the prefix of the plugin.
Added noPermission on the config file so you can modify the message that it sent to the player when he hasn't permission to execute a command.
Added gameruleNotFound on the config file so it will be on the lore of every gamerule that doesn't exist on the config file.
Fixed console can now execute the /ggamerule reload command.
Fixed bug when the gamerule's description doesn't exist on the config file the GUI doesn't open. You need to add these 3 sections to your config file. #Plugin's prefix. pluginPrefix: "&b[&eUltimate Gamerules Manager&b]&7" #No permission message. noPermission: "&cYou don't have permission to use this command." #Gamerule not found message. gameruleNotFound: "&cGamerule description and item not found. \n&cAdd description on config.yml file.\n&cItem will be added on the next update."