KillParadise submitted a new resource:
Prefix Handler Module - Prefix Handling Module for RanksAndTitles, handles multiple prefixes that users can choose from
Read more about this resource...
Prefix Handler Module [Unmaintained]
Discussion in 'Plugin Support' started by KillParadise, Jul 4, 2015.
-
@KillParadise you could also grab prefixes and so on from Better Chatname
-
Code:var prefixAPI = new prefixHandler([config, data]);
But in the future I can make it dynamic in this area to allow others to use the module if desired. -
-
-
Code:prefixAPI = prefixHandler([config, data])
-
Oh, and I forgot you would have to support a ph command, that points at the main function. Since the module does no command handling in itself. (Like I said, it will become more dynamic as I progress and advance my modular development plugins)
-
-
it will build a new instance of the module and you can access it via the variable you set. (in this case prefixAPI)
it's okay its 5am here so I am half high from lack of sleep.
-
This doesn't seem to work anymoreeeeeeeeeeeeeeeeeeeeeeee
-
-
-
-
It was just not updating with the available prefixes after I had put people ion the mod group and myself in the owner group, still only had the player prefix option.
-