FancyMenu [Fabric] [MOVED TO NEW PROJECT]

FancyMenu [Fabric] [MOVED TO NEW PROJECT]

17M Downloads

Remote Action Scripts

Keksuccino opened this issue ยท 0 comments

commented
  • Are stored on the server side as TXT files
  • Can be remotely executed for users via command (script gets sent as packet)
  • Server only stores the SCRIPT! Assets used/accessed in the script still need to be client-side
  • Editing remote scripts works from the client side when the user is on the target server and has OP permissions (a new entry will be visible in the menu bar then)

Pseudo structure of remote script file:

type = remote_action_script

script-meta {
  name = unique_name_of_script // gets used in the command to target a script
}

script-body {
  // serialized script container here
}