Please use GITHUB to get support ! You can use the command /pyr support [plugin] to get a link to the github support page :
https://github.com/PYRRH4/[plugin]/issues/new
Keep reporting bugs and suggesting features so I can make this plugin better !
This changelog contains the changes for all my updated plugins so it's faster for me to post.
Changelog for PyrCore v3.2.2 :
- Improved : improved the 'closest command' suggestion when you fail a command. It should be more appropriate now.
- Fixed : minor bugs.
Changelog for QuestCreator v1.4.2 :
- Added : preconditions 'type' option (parameter preconditions_type for any quest element) : CORRECT_ONE, CORRECT_ALL, INCORRECT_ONE, INCORRECT_ALL (specify it if you want the preconditions check to be different than 'CORRECT_ALL (every condition should be respected to run the element)').
- Added : new preconditions : 'item [HAS/HASNOT] [type] [data] [amount]' and 'item [HAS/HASNOT] [name] [amount]' (for the second one, it only works with item with no spaces in the name, it's custom names. This will be improved later.)
- Improved : you can now shorten some tasks. The main purpose is to make 'SEND_MESSAGE' tasks simplier, as well as tasks with no parameters. Examples :
Code (Text):
# you can do this
task: 'SEND_MESSAGE &aThis is the message'
# instead of
task:
type: SEND_MESSAGE
message: '&athis is the message'
# it works with tasks that takes no parameters as well, like those for example :
task: QUEST_CANCEL
task: PLAYER_CLEAR
... etc
- Fixed : error that could occur when selecting a quest if this quest had no GUI item.
- Fixed : #11 Start quests when clicking a NPC
https://github.com/PYRRH4/QuestCreator/issues/11
- Fixed : more smaller bugs I can't remember. :3
I'm still working on the in-game GUI creator. It'll be available in two weeks - a month. ^^
Changelog for Potatoes v3.2.17 :
- Fixed : some bugs.