Adds "nodes" to your server, blocks what you place and receive resources from every 60 seconds.
This script requires Skript (obviously) and SkBee. It was coded using 2.6.4 and 2.16.1 respectively, but less up-to-date versions of each should still be supported.
- /node [<block>] [<amount>] [<player>]
- Every argument in this command is optional, but not specifying the block will just send info on the script instead of giving you a node
- The command works as you would assume given the above syntax - specify a block, an amount (if you want), and a player (if you want to give the node to somebody else)
If using the old version of this script (from 2019 for MC 1.13), you will still require the HolographicDisplays plugin and HolographicDisplaysAddon addon. The new version uses more up-to-date and maintained addons and doesn't require additional plugins. It should also be better for server performance, as it no longer relies on a periodical event, as well as being much more optimized.
Things I might add if I get around to it:
- Ability to upgrade nodes to a level greater than 1
- If anyone has any ideas on which interaction (right click, maybe gui, etc.) should trigger this, I'd appreciate the insight as I'm not sure on what the best way to implement this would be.