ADDED: - Added a new join message linking players to a SurvivalGuide. Configurable options for enabling (default = true) as well as setting it to new players only (default = false) and the delay (default = 5 seconds), configurable messages and link (can be used to link to your own survival guide)
Code (YAML):
WelcomeGuide:
Enabled: true
# Whether or not its enabled NewPlayersOnly: false
# If enabled, only shows to new players Delay: 5
# The delay in seconds before the message shows
Code (YAML):
survival-guide-msg: "&6Our server changes a bunch of vanilla Minecraft mechanics, &6To see our survival guide " survival-guide-click-msg: "&bClick Here" survival-guide-hover-msg: "Click for Guide" survival-guide-link: "https://bitbucket.org/ShaneBeeStudios/SurvivalPlus/wiki/Getting-Started"
FIXED: - Disabled "LimitedCrafting" when server shuts down, this will help servers removing this plugin and not being able to craft items
CHANGED: - Added bowl to initial recipe discovery when new players join
- SharedWorkbench is now set to false by default, seems to be too many issues with this, so use at your own risk