Please use DISCORD to get support, it's way faster ! The link is on the plugin page
Changelog for QuestCreator v2.2.0 :
- Documented new objects, removing old ones and updated the example quest in the wiki.
-
Added : object SERVER_ACTION_LIST, which can be configured the same way as the old SERVER_MESSAGE_LIST object, and can execute a list of actions (WAIT, MESSAGE, SOUND, PARTICLES, EFFECT, and even an OBJECT (only SERVER objects)). Useful to create compacts dialogs and animations.
(tested) (suggested by Lordinouille)
-
Added : object SERVER_PLAYER_EFFECTS_GIVE, gives potion effects.
(tested)
-
Added : object SERVER_PLAYER_EFFECTS_REMOVE, removes potion effects.
(tested)
-
Added : setting 'prevent_abandonment' for object SERVER_ITEM_GIVE. If set to true, the plugin will prevent the player to drop the item or move it to another inventory.
(tested) (suggested by Lordinouille)
-
Added : item setting for object PLAYER_FISH.
(tested) (suggested by Yuky)
-
Added : parameter '--toobject [id]' for command '/quests skipobject' (so if you specify it, the objects will be skipped until this object is active).
(tested) (suggested by Hellgato)
-
Added : command '/quests restartatobject --quest [id] --object [id]' that will restart the branch containing an object with this name to this object.
(tested) (suggested by Lordinouille)
-
Added : support for 1.13 version of WorldGuard.
(tested) (suggested by xXBelocXx)
-
Fixed : reduced the lenght of the inner system command, will maybe solve the issue some users have.
(snapshot) (reported by climeno)
-
Fixed : object PLAYER_ITEM_CRAFT was duplicating crafted amount sometimes.
(tested) (reported by Yuky)
-
Fixed : GROUP object with settings "ALL_OBJECTS" wasn't working properly since QC 2.0.9.
(tested) (reported by Bat)
-
Potentially fixed : a white space was added after every input made through the in-game editor.
(snapshot) (reported by mmuziek)
-
Removed : object SERVER_WORLDEDIT_SCHEMATIC_PASTE for 1.13+ versions.
(snapshot)
-
Removed : object SERVER_MESSAGE_LIST.
(snapshot)
Changelog for PyrCore v5.0.5 :
-
Improved : minor improvements on the user data saving process.
(snapshot)
-
Fixed : some permissions problems, and now logging them on PyrCore load.
(tested) (reported by Feikon and Bat)
-
Fixed : multiple-line placeholders were preventing other placeholders to be replaced in the same line.
(tested) (reported by Feikon)
-
Fixed : an issue preventing the default locale to load properly.
(tested) (reported by Feikon, Nolo)
-
Fixed : some material/amount detection issues.
(tested) (reported by Hellcode48, Bat)
Thanks to all the community members for reporting bugs and suggesting features. Keep going, so I can make this plugin better !
This changelog contains all the changes related to this plugin.
(tested) means it worked on my debug server, (snapshot) means that I didn't tested, and the person who reported/suggested the bug is also mentionned, if it wasn't me.