This repository was archived by the owner on Apr 14, 2025. It is now read-only.
Replies: 1 comment 3 replies
|
With LuaLink, you can create commands and event listeners. Nearly anything achievable with a typical Bukkit plugin can be accomplished through a Lua script. Regarding "flagging an object with data," I'm not entirely clear, as I haven't used Denizen before. Correct me if I'm mistaken, but it appears provide some sort of data storage. If that's correct, you can utilize PDC. A simple example of PDC can be found in the grappling hook script I created, which uses PDC to set values for the grappling hook and its cooldown. The message script also uses PDC to indicate whether a player can receive messages. If this isn't the case, could you please provide further clarification? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
LuaLink is a great plugin, especially if you are a lua main(like me), but functions/commands are quite missing IMO, this is not a feature request but rather a chat, has any of you made script functions/commands for example in Denizen you can flagan object with data. And I would like to ask for ways you have done this with LuaLink
All reactions