Please use DISCORD to get support, it's way faster ! The link is on the plugin page.
Consider leaving a nice review to the plugin if you're satisfied of my work and dedication !
This is a beta release, so bugs might have slipped into it. Don't hesitate to report bugs on discord !
Changelog for QuestCreator v3.0.0-BETA :
-
Added : option 'fail_goto' for object PLAYER_PRESSURE_PLATE_ENABLE that will be called if the player enables the wrong plate.
(snapshot) (suggested by Yuky)
-
Improved : updated to PyrCore v6 and MySQL.
(tested)
-
Improved : now displaying who's not online with message MSG_QUESTCREATOR_CANTRESUMECOOP.
(snapshot)
-
Improved : renamed objects SERVER_ITEM_[...] to SERVER_ITEMS_[...], so it's more accurate.
(snapshot)
-
Improved : renamed saving method DISK_SAVE to ENABLED.
(tested)
-
Fixed : object PLAYER_BUCKET_FILL wasn't working properly.
(tested) (reported by sklm)
-
Fixed : object SERVER_TITLE_SEND wasn't exporting its settings correctly.
(snapshot) (reported by sklm)
-
Fixed : option 'selection_gui_when_one_quest' for quest assignables wasn't working properly.
(snapshot) (reported by Matrikx)
-
Fixed : an error occuring when using the /quests skipobject command.
(tested) (reported by Matrikx)
-
Fixed : the quest journal command wasn't showing the correct message when toggling off.
(tested)
-
Fixed : the GROUP object message and sound wasn't playing correctly.
(tested)
-
Fixed : some problems with object progression display in GUI.
(tested) (reported by Yuky)
-
Fixed : corrected an error log displaying invalid informations.
(snapshot)
-
Fixed : lots of small bugs.
(snapshot)
Changelog for PyrCore v6.0.0-BETA :
-
Added : option 'allow_custom_materials' to allow the use of custom materials (mods for example). Use this carefully !
(snapshot) (suggested by CraftSteamG)
-
Added : some missing sounds.
(snapshot) (suggested by Alphexon, Yuky)
-
Improved : the data management system has been greatly improved. A few key points :
- Introducing a
complete support for MySQL data, for every plugin, and for every data aspect (detailed on the plugins pages). You can now choose between JSON and MYSQL storage back-end.
- You can also specify a
synchronization delay if you wish your server to synchronize itself with the database (every 3 minutes for example). This also works for JSON back-end of course but really less useful I think.
-
Lots of improvements were made to the disk (JSON) storage system as well.
- The right balance has been found for plugin configuration/data location.
Plugin configurations can be found in its own folder, so in /plugins/[plugin], and that includes .yml configuration files and texts.yml for that plugin. It's the same thing for PyrCore (so configurations in /plugins/PyrCore/) but
plugin and user data of every plugin can also be found there (/plugins/PyrCore/data/ and /plugins/PyrCore/userdata/).
- Furthermore,
every plugin now has a texts.yml file containing the texts related to this plugin.
- For developpers : the user storage system takes now full consideration of the PyrCore user data profile. If you change the profile for an user, a complete different data instance will be used. Also added event
UserDataProfileChangeEvent.
-
No more failing storage problems, everything honestly works pretty good.
"It just works !", for real
-
Your data files will be automatically converted (for the most important ones),
but the configuration files will just be moved to /plugins/PyrCore_OLD_pre6/.
(tested)
-
Improved : the reload command is now 100% effective for every plugin.
(tested)
-
Improved : reworked some things in the way permissions management works.
(snapshot)
-
Improved : reworked some things in the way configuration works. Added more default values.
(snapshot)
-
Improved : reworked titles and tabs loading.
(snapshot)
-
Improved : the behavior and storage of plugin statistics.
(snapshot)
-
Improved : lots of more code reworks and cleanups.
(snapshot)
-
Improved : increased readability for commands help.
(tested)
-
Fixed : another problem with material checking.
(tested) (reported by _Anglis)
-
Fixed : lots of small bugs.
(snapshot)
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.