Config.yml Changing values

Discussion in 'Plugin Development' started by Licio123, Jul 6, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Licio123

    I need to change a string from args to null
    How can I do this?
     
  2. Offline

    mythbusterma

    string = null;

    Your question isn't very clear.
     
  3. Offline

    DatRefillDoe

    I see what you mean, your argument? ( command ) To null, cancelling it?

    Create a PlayerCommandPreprocess event. Then check the command, and do e.setCancelled(true);
     
Thread Status:
Not open for further replies.

Share This Page