v1.0.1 - New config file, new commands & permission changes
This update contains file changes.
Version 1.0.1 change log:
Quick overview:
Added a new config file
Added a few new commands
Removed a command
Changed a permission
Configuration changes:
Added a config file called messages.yml
Moved all content from config.yml to messages.yml
Added some more message options as well as changed some of the already existing options.
Although the plugin still works if you update to this version, it is recommended to delete the config.yml file to generate a new file.
So
please delete config.yml to generate a new file automatically or empty it completely. If you want you can add the following in config.yml, but it is not required:
Code (YAML):
#===============================================================================# # Config File of ArmorStandGUI #===============================================================================# # # Plugin created by Mr. Gamez # Spigot page link: https://www.spigotmc.org/resources/armorstandgui.97492/ # # If you need any plugin support, feel free to message me on discord # (MrGamez#0896) or on Spigot (MrGam3z) # #===============================================================================# # # Information: # # - File generated by v${project.version} # - If this isn't the version you are currently running, please delete this # config file since it may have been updated. The plugin will automatically # generate a new (updated) one. If you wish to reset this config file, you can do the same. # - As you can see config.yml is currently empty, in one of the next updates # It will have a use, so keep an eye out for that! # # - To edit the messages that get displayed, please go to messages.yml instead. # #===============================================================================#
A
new file should automatically be added to the folder called
messages.yml,
in here you can edit the messages displayed in chat, etc. Just like you could do that in config.yml in the previous version. The file should contain the following code:
Code (YAML):
#===============================================================================# # Message File of ArmorStandGUI #===============================================================================# # # Plugin created by Mr. Gamez # Spigot page link: https://www.spigotmc.org/resources/armorstandgui.97492/ # # If you need any plugin support, feel free to message me on discord # (MrGamez#0896) or on Spigot (MrGam3z) # #===============================================================================# # # Information: # # - File generated by v${project.version} # - If this isn't the version you are currently running, please delete this # config file since it may have been updated. The plugin will automatically # generate a new (updated) one. If you wish to reset this config file, you can do the same. # # - Edit these strings if you want to edit the language or sentences used in this plugin. # - IMPORTANT: Don't edit anything else outside the strings because the # plugin will likely break if you do that. # - Also, do not use double quotation marks (") inside of the string itself. # # - Color Codes are supported with the "&" character. # - Use {prefix} to add a prefix anywhere in the message. # #===============================================================================# message:
prefix: "&8[&3ArmorStand&bGUI&8]" noPermission: "{prefix} &cYou don't have the permissions to do this." noArguments: "{prefix} &cPlease provide one of the following arguments: {args}"# NOTE: {args} is not editable through this file, these get added internally. invalidArguments: "{prefix} &cUnknown arguments, please use one of the following arguments: {args}"
#===============================================================================# # Command Messages #===============================================================================# commands:
asgui:
reload: "{prefix} &aConfig has been reloaded" version: "&aThe plugin is currently running on version &2v${project.version}"# NOTE: The second part of this message is not editable. # info is not editable.
#===============================================================================# # Menu Titles #===============================================================================# menuTitles:
main: "&1Armor Stand GUI" create: "&3Create an Armor Stand" armor: "&2Choose some Armor" arms: "&2Add arms to the stand?" basePlate: "&2Add a base plate to the stand?" glow: "&2Add glow to the stand?" gravity: "&2Apply gravity to the stand?" invulnerable: "&2Make the stand invulnerable?" size: "&2Choose the size of the stand"
#===============================================================================# # Create Menu Messages #===============================================================================# createMenu:
create: "{prefix} &2Created Armor Stand" cancel: "{prefix} &cCancelled Armor Stand Creation"
#===============================================================================# # Gravity Menu Messages #===============================================================================# gravityMenu:
add: "{prefix} &2Applied gravity to the armor stand" remove: "{prefix} &cRemoved gravity from the armor stand"
#===============================================================================# # Invulnerable Menu Messages #===============================================================================# invulnerableMenu:
add: "{prefix} &2Made the armor stand invulnerable" remove: "{prefix} &cRemoved invulnerability from the armor stand"
#===============================================================================# # Size Menu Messages #===============================================================================# sizeMenu:
small: "{prefix} &2Changed the size of the armor stand to small" normal: "{prefix} &2Changed the size of the armor stand to normal"
Command changes:
Removed /asguireload
Added /asgui
Added info argument : shows some information about the plugin
Added reload argument : reloads the plugin
Added version argument : shows the version of the currently running plugin.
Permission changes:
Changed armorstandgui.commands.asguireload to armorstandgui.reload
That is basically everything new in this version!
If you find any bugs or have any issues updating to this version, feel free to PM me! Enjoy!