(join the discord to give feedback!)
- Beta release (v0.10.8 - More Actions!)
What's Changed
- @sammypanda Fixed entity listener error when no Citizens2
- @sammypanda Added a new condition: Action Incompletion
- @sammypanda Added a new condition: Sleep
- @sammypanda Updated branding/developer docs
- @sammypanda Re-added SonarQube auditing for GitLab CI/CD
- @sammypanda Fixed bug with saving LocationOption data
- @sammypanda Improved the Completion condition
- @sammypanda Added a new action: Walk
- @sammypanda Added a new metric: 'Amount of quests'
- @sammypanda Added metrics: Complex Citizens2 dependency stats
- @sammypanda Added a new condition: Craft
- @sammypanda Removed teleport action from list (NPCs should be 'teleported' by creating multiple NPCs that look the same)
- @sammypanda Fixed repetitive conditions list requirements for quest actions
- @sammypanda Fixed imprecise multiplication semantics
- @sammypanda Fixed unnecessary curly braces semantics
- @sammypanda Removed some unused imports
- @sammypanda Added a new action: Narrate
(join the discord to give feedback!)
- Beta release (v0.10.7 - Unable To Stock Quest Inventory Hotfix)
Full Changelog: https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/compare/v0.10.6...v0.10.7
(join the discord to give feedback!)
- Beta release (v0.10.6 - Next Action Selections Patch)
What's Changed
- v0.10.6 - Next Action Selections Patch by @sammypanda in https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/pull/204
(join the discord to give feedback!)
- Beta release (v0.10.5 - Bug Fixes + 1.21.8)
What's Changed
- Add SonarQube fixes by @sammypanda in https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/pull/184
- Fix new startup errors after batch fixes by @sammypanda in https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/pull/186
- Fix attempt to get an undercooked QuestClient in onChunkLoad by @sammypanda in https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/pull/188
- Update to MCJE 1.21.8 by @sammypanda in https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/pull/190
- Fix bugginess in setting items for ItemOption by @sammypanda in https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/pull/194
Full Changelog: https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/compare/v0.10.4...v0.10.5
(join the discord to give feedback!)
- Beta release (v0.10.3 - Craft Action)
What's changed
- fixed selected action malformatting
- fixed invalid newline char in GUI slot descriptions
- added 'Craft' action
- fixed raw item data in 'Change the items' editor
- added word wrap to 'Craft' action description
- fixed data loss on SelectMaterial processes
(join the discord to give feedback!)
- Beta release (v0.10.1 - Meta Info Fixes)
What's changed
- Moved to Paper! + Minecraft 1.21.6
-
add outline for EntityNPC type
-
add SelectEntity gui function
-
add serialising EntityNPC
-
fix checking EntityNPCs in BlockListener
-
add spawning EntityNPC
-
add dynamic particleFX above NPC
adjusts to entity height
-
add removing entityNPCs and fix untoggling not removing NPCs
-
fix getNPC null error when no NPCs
-
update to v0.10
-
update dependencies
-
add place button for EntityNPC
decouple from npctypes screen
-
add current location description to NPC relocate button
-
fix being able to use existing entity NPC for new
-
fix EntityNPCs not being client side
fixes https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/issues/150
-
add no overwrite option to loadQuests
-
add default quest title incase invalid or empty
-
fix never updating existing quest
-
add serialisable entity data
-
overhaul NPC tracking
-
fix NPC blocks not persisting on NoneAction
needs to run on the the main thread
-
fix unable to untoggle BlockNPC quests
-
fix copy-rename-maven-plugin code checking false positive
-
add .settings dir to .gitignore
-
improve plugin introduction
-
remove undefined entities
-
add rabbit entity support + some EntitySerialiser safety
-
add sheep entity support
-
add safety to serialising entity attributes from the string
-
fix opening quest editor causing background quest title prompt
-
remove unused import
-
add additional filtering entityNPC interactions
now filters on attributes (the serialisable data object)
-
add citizens2 to database v0.10 migration
-
add methods for citizens2 support check/set
-
add blocking quests with EntityNPCs if missing Citizens2 dependency
-
add soft depend on Citizens2
-
add citizen2 to pom
-
add citizens2 integration
-
remove unused imports
-
add LookClose trait to NPCs
-
add labels support for actions and stages
fixes https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/issues/154
-
Update quest diary to use action labels
-
add sorting for stages in 'next action editor'
fixes https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/issues/155
- update QuestAction and RequestItemListener to immediately check RequestItem
fixes https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/issues/157
- fix despawn task stopping when a citizens2 NPC not found
seems to fix https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/issues/156
- increased the amount of QuestAction slots
in the future, should probably do pagination
-
update README tables
-
fix innacurate 'not enough stock' on quest inventory
fixes https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/issues/159
-
add framework for complex items
-
simplify potion details
-
overhaul ItemSerialisable framework
-
fix clarity of TakeItemAction consent prompt
-
add ALLOWED_GENERIC_MATERIALS list to ItemData
fixes https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/issues/162
-
remove unused 'predefined variants'
-
add ItemSerialisable property purification
partly fixes https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/issues/163 -- you can see how in the screenshot in https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/issues/163 there is a case of POTION[material:POTION]. This should be impossible, this commit corrects this data on the fly. It will now read more like POTION[type:WATER]. YAY! 🎉
-
fix ItemData.AIR being used as a valid item
-
add a bunch of allowed generic ItemData materials
-
fix limitation on generic GUI items and RequestItem completion check
-
fix generic player inventory item match checking
-
add helper method for if player inventory hasRequiredItems
-
fix ugly ItemSerialisable names/displays
-
fix underscores breaking ItemSerialisable text formatting
-
update dependencies; support mc1.21.6
fixes https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/issues/164
- add support for generic item properties + replace SPIGOT w/ PAPER
fixes https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/issues/161 but replacing spigot creates https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/issues/165 and many deprecations that need to be replaced
-
update GUI and ChatUtils to 1.21.6
-
update ChatPrompt to Paper
-
add unintrusive drawFrame failure
-
fix SelectEntity exiting
-
fix ChatPrompt feedback
-
fix shared quest labels
-
fix quest inventory submit button
-
remove deprecated GUI title refresh
-
fix questdiary showing WHITE wool for tracked quests
something is wrong with new ItemSerialisable(Material.name())
-
migrate Dynamicquestdiary to paper
-
remove KeyHandler
-
add Material.NAME_TAG to allowed generic ItemData
-
migrate NPC name ChatPrompt to paper
-
migrate SelectMaterial to Paper
-
migrate TakeItemAction to Paper
-
remove unused @key annotation import
-
remove unused imports
-
migrate ItemData to Paper
-
fix Adventure.Component text decoration/styling leaking
-
fix quest title in GUI not updating after renaming quest
-
add sending message on quest editor save
fixes https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/issues/166
- fix string-based ItemSerialisable constructor
by resolving the ItemStack outside ItemData to avoid loss of properties data. Fixes https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/issues/167
-
remove leftover ChatColor usages
-
fix incorrect use of Component chaining
-
fix POTION deserialisation and all items inventory presentation
-
add annoying console message when quests not allowed
probably will be removed or moved if a verbose/debugging mode is added
-
fix citizen being hard dependency
-
fix quest editing jank before first manual save
..by just saving to registry/fs on creation
- add alternative method of refreshing UI with paper limitations
re-opening the current screen as an UpdateScreen. The UpdateScreen method is patched to not double up in history preserving the 'go back' functionality.
- fix unecessary newline after '[playerquests]'
(join the discord to give feedback!)
- Beta release (v0.10 - Entity NPC types)
What's changed
-
add SelectEntity gui function
-
add flexible particleFX height above NPC
-
add current location description to NPC relocate button
-
add default quest title incase invalid or empty
-
add serialisable entity data
-
overhaul NPC tracking
-
fix NPC blocks not persisting on NoneAction
-
fix unable to untoggle BlockNPC quests
-
fix copy-rename-maven-plugin code checking false positive
-
remove undefined entities
-
add rabbit entity support + some EntitySerialiser safety
-
add sheep entity support
-
add safety to serialising entity attributes from the string
-
fix opening quest editor causing background quest title prompt
-
add blocking quests with EntityNPCs if missing Citizens2 dependency
-
add citizens2 integration
-
add labels support for actions and stages
-
add sorting for stages in 'next action editor'
-
update QuestAction and RequestItemListener to immediately check RequestItem
-
increased the amount of QuestAction slots
(join the discord to give feedback!)
- Beta release (v0.9.1 - 'None' Action Patch)
What's changed
- fix being able to complete 'None' actions
- add 'None' action exclusion from clashing actions check/prompt
- remove checking completion of 'None' action
- add ignore to serialising all action validity checks
(join the discord to give feedback!)
- Beta release (v0.9 - More Action Types)
What's changed
-
add ActionTweaks
-
fix not null err for onUpdate
-
add ItemsOption
-
fix new release notif including snapshots
-
Add Request Item action (https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/pull/132)
-
Fix 'None' action not looping
-
add Reward Item action
-
add action stop when quest inventory out of stock
-
fix predictive inventory and out of stock UI
-
fix unhelpful missing stock message
-
Add Take Item action (https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/pull/131)
-
docs: update actions capabilities (https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/pull/134)
-
fix quest actions starting when already in progress and layering
-
add action failure support
-
add auto retry on TakeItem action failure
-
overhaul quest inventory management functions
-
fix refunding NPC that doesn't exist yet (item duplication bug)
-
add quest action consent
-
fix location breaking quest diary display
-
add holistic replace when quest renamed
-
add ordered actions to 'action selector' & 'next action editor'
-
add option to use any stages action in the 'Action Completion' condition
-
docs: add quest inventory to tutorial
-
encode quest inventory restocking video as looping
-
make npc optional for 'None' action
(join the discord to give feedback!)
- Beta release (v0.8 - Refactoring Actions)
What's changed
- v0.7 - Item Fetching Quests by @sammypanda in https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/pull/100
- Gut previous actions implementation by @sammypanda in https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/pull/110
- Refactor quest actions by @sammypanda in https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/pull/113
- Update docs for actions by @sammypanda in https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/pull/124
Full Changelog: https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/compare/v0.7...v0.8
I don't recommend using the version attached with this update. It is incomplete!! <3
Spooky Season Check-in
Hai people! 🎃
I know this plugin doesn't have a lot of attention, but I want to make this just in case any people are curious what's happening or why a new version hasn't been posted for four weeks.
In the last version (v0.7) you are able manage where your action is in your quest with a 'sequence' that has: 'previous', 'current' and 'next' options.
Already that is sort of confusing to what it means. It also only allowed one action for each option. This made it basically impossible to do multiple endings or really anything fancy. All while being very complicated to understand.
This is going ba-bye, which thankfully since this plugin is small i don't think anyone will miss it. Also it looks like the change to quest templates shouldn't impact anyone, since bStats says only the test server is currently running PlayerQuests.
TL;DR / So what is replacing it?
I've chosen to redesign the ordering of actions with just simplicity in mind.
In the coming version (probably released next month) you will:
- Pick from a list of actions which ones come next.
- Have the ability to set conditions for when those actions can start / finish (such as: the time of day, or a set of required actions to have finished first).
Happy Halloween :)
(join the discord to give feedback!)
- Beta release (v0.7 - Item Fetching Quests)
Changelog
- Add gather item action (#99)
- Add bare implementation of GatherItem + quest action dev docs
- Add quest auto-save on item list exit
- Add take item action (#102)
- add 'Quest Inventory' w/ restocking (#104)
- Fix overuse of mutable lists
- Fix current quest not starting (#108)
(join the discord to give feedback!)
- Beta release (v0.6 - UX Enhancements)
Changelog
- Add simplified keywords: 'c' for confirm, and 'e'/'x' for exit (#93)
- Add lock for stages editor when no NPCs in the quest (#94)
- Add progressively saving a quest while editing (#95)
- Fix accuracy of quest upload/submit messages in console
- Fix unsynchronised access to activeFX lists
- Fix unsynchronised access to activeBlockNPCs lists
- Add console start and close fs watch service notifs
- Change NPC penalise/refund only on save
- Add quest save/reload on a quest NPC save
- Fix over-abstracted quest Save GUI function
- Fix unsynchronised actionNPC list
- Fix progressive saving regressions/bugs (#96)
- Add going back to original screen after changing any connection (prev, curr or next)
- Fix watcher trying to delete quest when it does not exist
- Add 'Remove connection' to sequence editor
- Add missing javadoc documentation
- Fix toggling w/o persistent toggle state
- Fix clutter in QuestRegistry
- Change quests to self-submit to registry
- Fix quest overwriting in registry
- Fix initialising quest progress sourced from db
- Fix untoggled quest FX showing on start/reload
- Fix NPCs spawning on top of other NPCs
- Fix submitting toggle to database when toggle fails
- Fix NPC block staying in world when NPC removed
- Improve readability of NPC collision message