Storing arguments with spaces in between

Discussion in 'Plugin Development' started by MrWaffleman, Aug 4, 2015.

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

    MrWaffleman

    I'll make it simple. The player types '/save Store This', how do you store 'Store This' when they have a space in between?
     
  2. Offline

    teej107

    @MrWaffleman Grab the arguments and concatenate them together via a StringBuilder or StringUtils#join() method.
     
Thread Status:
Not open for further replies.

Share This Page