-
Notifications
You must be signed in to change notification settings - Fork 381
Description
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