A Plugin for fix the sell command (in NoOneFishing) & hex Color (NoOneFishing & NoOneRods)
Because the actual version have a major bug (the 1.2.0).
- Hex color not supported only in 1.18 and higher
- Replace the current command
nfsell inventory
- Using
PlayerCommandPreprocessEvent
so just enjoy this fix - you can use
/fishsell
its work too. - When you reload NoOneFishing its still work :)
Related to #12 new version of spigot/other doing some weird stuff and losing injection dependencies.
Now you can download the fix color jar in standalone version.
Steps:
- Download the fix-color-1.3.1.jar and place it into your server folder
- Put this java argrument on your startup command
- Enjoy hex color :D
-javaagent:fix-color-1.3.1.jar
just take a look to release
The default config
path | name | description | default |
---|---|---|---|
fix.command.fix |
enable the command | Enable the command /nsfsell inventory by cancel this command and execute a script |
true |
fix.command.custom |
enable custom command | Enable the command /fishsell its like /nsfsell inventory |
true |
fix.slot.head |
remove fish in head | Remove fish in head slot while execute /nfsell Inventory |
true |
fix.slot.offhand |
Remove fish in off hand | Remove the fish in offhand slot while execute /nfsell Inventory |
true |
plugin.update.check |
Check update | Check if the plugin can be updated only at the start | true |
- add config Feature #9
- Add instrument for javaAgent for modify the current hexMethod.
- Updater for check the latest version and print a message at the startup
- The price can be
null
so we ignore this item issue-2
- First release with the fix command &
PlayerCommandPreprocessEvent
Nobody.