-
v2.6.0 Stable
released this
2025-02-09 03:17:21 +00:00 | 2 commits to master since this releaseAdd
payaction.- Version updated to 2.6.0.
- The
payaction allows players to pay into a sign to unlock subsequent actions. Upon payment completion, no more payment is required and subsequent actions run every time.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.5.0 Stable
released this
2023-02-18 15:29:31 +00:00 | 8 commits to master since this releaseAdd
cooldownaction and allow/es-usedto query.- Version updated to 2.5.0.
- The
cooldownaction prevents a sign from being used again by the same player for a specified number of seconds. Messages are automatically formatted as seconds, minutes, hours or days. /es-usedcan now query the number of times a player has used a sign, as well as set the usage count.- Additional commands now abort subsequent actions:
- The
announceaction now aborts subsequent actions when the announcement has already been shown (likemax). cmdandopcmdabort subsequent actions when the command fails (e.g. permissions) or throws an Exception.tpbedaborts subsequent actions when the player doesn't have a bed spawn set.
- The
- Various compiler warnings have been fixed, including deprecations and unused fields.
- The
SignAction.action()method now returnsbooleanindicating whether subsequent actions should be executed, replacing theshouldExit()method and reducing duplication and complexity.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.4.1 Stable
released this
2023-01-30 13:17:01 +00:00 | 9 commits to master since this release- Fix
randloccausing suffocation by putting players on the edge of the block and one block too low. - Support optional min and required max distance for
randloc. - Avoid
randlocplacing the player above lava, magma, fire, (soul-)campfires and cactus. - If a safe location cannot be found after 10 tries, subsequent sign actions are aborted.
- Update
api-versionto 1.16 to support campfires.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fix
-
v2.4.0 Stable
released this
2019-09-17 12:35:45 +00:00 | 13 commits to master since this release- Allow floating point coordinates in the
warpaction. - Add optional yaw and pitch look angle arguments to
warp.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Allow floating point coordinates in the
-
v2.3.0 Stable
released this
2019-08-17 05:59:44 +00:00 | 15 commits to master since this release- Implemented
opcmdaction to run commands as OP. - Implemented standard substitution variables for actions that deal with messages and commands.
- Documented all actions in the README.md.
check-empty-inventorynow defaults to no message if no message is specified when the action is added.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Implemented
-
v2.2.0 Stable
released this
2019-07-08 08:30:41 +00:00 | 21 commits to master since this releaseAdd aliases of all commands, replacing
/easy-signwith/es. Reference the github page as the definitive source of documentation, rather than the NerdNu wiki.Documentation will be fleshed out on the github README page in the future.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.1.0 Stable
released this
2019-07-08 07:37:31 +00:00 | 22 commits to master since this releaseUpdated for Minecraft 1.14.
Note that wall signs with the
redstoneaction now power only the block behind the wall.
Standing signs continue to power the block on all sides.Due to limitations in the Bukkit API, only Powerable (Comparator, Door, Gate, Lectern, NoteBlock, Observer, RedstoneRail, Repeater, Switch, TrapDoor, Tripwire, TripwireHook) and AnaloguePowerable (DaylightDetector, RedstoneWire) blocks can be powered.
Note that those categories do not include, for example, redstone lamps, pistons and command blocks. Those blocks need to be powered indirectly by one of the powerable blocks.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.0.0 Stable
released this
2019-07-08 04:51:33 +00:00 | 24 commits to master since this releaseFinal release of version 2.0.0 for Minecraft 1.13.2.
There are no code changes since the last snapshot. Only the version number has changed.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.0.0-SNAPSHOT-2019-04-12 Pre-release
released this
2019-04-12 14:29:58 +00:00 | 25 commits to master since this releaseAdded the
takeheldaction.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.0.0-SNAPSHOT-2019-04-01 Pre-release
released this
2019-04-01 07:35:09 +00:00 | 26 commits to master since this releaseUpdated snapshot for testing.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)