[-] Removed old Gamelogic. Now you need to search the right costume for you, not for each door (It was impossible to gain 100% per door)
[+] Added an database update for this version, you dont need to do anything. The plugins updates all old doors in the database
[+] Added a message when you knock on a door (More information in the config changes section)
[+] Added an additional rewards option in the config.yml if you deliver the right ingredient to a door (More information in the config changes section)
Bugfixes:
[+] Fixed the tip calculation
Config changes:
[+] Added GameSettings.ingredients.additional_rewards, so you get rewards when you deliver an ingredient
[+] Added message for knocking on a door
(Add the line additional_rewards into your config.yml)
Code (YAML):
GameSettings:
# Enable or Disable the function that players need to search ingredients in your world to # get rewards ingredients:
enable: true
# The percentage that a players need to search an ingredient percentage: 60
# Additional ingredients when you deliver the ingredient additional_rewards: 10
(Add following lines in the messages.yml)
Code (YAML):
# Message to display, when you knock on a door knock_on_door: "&7&oKNOCK KNOCK!"