Permission Help

Discussion in 'Plugin Development' started by chasertw123, Nov 4, 2014.

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

    chasertw123

    I am making a plugin where you can set the amount of something using permissions.

    For example the permission would be pluginname,multiply.<amount>

    How would I retrieve the amount at the end of the prefix.
     
  2. Offline

    Skionz

    String#replace() or String#split()
    There are a bunch of different ways
     
  3. Offline

    chasertw123

    Skionz
    How would I get the string?
     
Thread Status:
Not open for further replies.

Share This Page