You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my implementation for global TAB completers of commands and some samples of plugins, such as /warp /spawn /fly /god and sign for lifts and teleports to warps and spawn
my implementation for global TAB completers of commands and some samples of plugins, such as /warp /spawn /fly /god and sign for lifts and teleports to warps and spawn
https://github.com/lastuniverse/scripcraft_plugins/blob/master/modules/last/completer.js
A living examples of using the module completer.js see links
https://github.com/lastuniverse/scripcraft_plugins/blob/master/plugins/last/last_economy.js
after line 135
https://github.com/lastuniverse/scripcraft_plugins/blob/master/plugins/last/last_warp.js
after line 564
https://github.com/lastuniverse/scripcraft_plugins/blob/master/plugins/last/last_chat.js
after line 541
https://github.com/lastuniverse/scripcraft_plugins/blob/master/plugins/last/last_spawn.js
after line 152
https://github.com/lastuniverse/scripcraft_plugins/blob/master/plugins/last/last_party.js
Starting with line 152 and up to line 251