Filled IBasic [All In One]

Discussion in 'Archived: Plugin Requests' started by B1GM4N, Mar 17, 2014.

  1. Offline

    Onlineids

    Couldnt you just have /lock execute the command /whitelist on?
     
  2. Onlineids I would rather use other things than executing commands..
     
  3. Online

    timtower Administrator Administrator Moderator

    tylerthecreeper1 isLocked is a boolean that just means: is the server locked yes or no
     
  4. Offline

    ElliottOlson

    I have already started on this and have all the commands, with the economy system complete. I am having trouble with a shop due to the complexity. And tylerthecreeper1: To do a lock system you would just create a public static boolean lock = false; And if lock equals true have a listener for logging in and if a player doesn't have a permission, just have it disallow them access. And when you execute the /lock command, just have it set lock = true.
     

Share This Page