forked from FancyMcPlugins/FancyNpcs
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FancyNpcs 2.3.0 (1.21 support) #1
Open
tintinkung
wants to merge
197
commits into
LordTuxn:main
Choose a base branch
from
tintinkung:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ Added new argument to command message(/npc message <id> sendRandomly <boolean>) + Updated lang and npcdata to store this value Co-authored-by: Oliver <[email protected]>
* Updated ChatColorHandler to v2.5.2 * Updated ChatColorHandler to v2.5.3
* Add tests * add annotation based test system * add test utils * add delay between tests * add Expectable * add docs * more CreateCMD tests * add npc test env & tests for type cmd * add logger * Add DisplayNameCMDTest and TurnToPlayerCMDTest * better messages * increase fancyanalytics rate --------- Co-authored-by: OliverSchlueter <[email protected]>
* lets go * Remove old playerCommand, serverCommand and message * move interactiontype enum * action trigger * setup commands * private constructor instead of enum * add command and more * more commands * saving & loading * fix saving & loading * test * maybe now? * Add wait action * Add javadocs * Add checks to actions * Move default actions * Add ExecuteRandomActionAction * add action executor and ActionExecutionContext * fix running actions * fix ExecuteRandomActionAction * add docs * remove send_randomly subcommand * add addBefore and addAfter * remove message, playercommand and servercommand messages * fix action saving * add moveUp and moveDown * Update version to 2.2.2-NIS * Add player_command_as_op action * Catch errors in actions * Add amount_npc_actions metric * Update version to 2.2.2-NIS2 * fix fflags cmd * fix migrating server commands to console command action * dont add empty list * add any_click trigger * add migration for sendMessagesRandomly * update version to 2.2.2-NIS3 (I forgot) * Add oob checks * remove old messages --------- Co-authored-by: OliverSchlueter <[email protected]>
* minor command logic changes, improve and fix translations * update README.md * commit missing changes
* Updated ChatColorHandler to v2.5.2 * Updated ChatColorHandler to v2.5.3 * Updated ChatColorHandler to 4.0.0
…cyMcPlugins#176) * add missing placeholder to `/npc action (...) set` command * fix invalid translation key being used in `/npc copy` command output
* fix missing braces * simplified some statement to ternary * removed some field that is outdated by new FancyNpcs version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated your code for newer FancyNpcs version so that plotsystem can be 1.21.x