-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to add a vote command #7
base: master
Are you sure you want to change the base?
Conversation
Trying to add a vote command for the players to vote for night/day/rain etc..
Changed "args.equals(String)" to "args.equalsIgnoreCase(String)" :)
do you say, like cubecraft right?, i think thats idea must be added by every people that want custom their game, because maybe it's unnecessary, regards |
Maybe, I can try to add a config line for the owners to let them decide if they want to set the player's time or the global arena time. I think i'll be using setPlayerTime and if the config is set to all players, I will get all the players in the arena and set the time for them individually. I'm a noob coding but I'll try :) |
you can try creating first few arraylists with options (sun, night, etc) later, a gui for choose "time" or whatever you want, (use util class), then when player click on menu, add player to the arraylist and when "arenastate = INGAME" then set this with a time event for change time, checking length for every arraylist(i think that this is the easier way to do thats you want) |
Great idea! I'll try it! |
at this moment, i'm very busy, but comment here if u have problems with this api |
hello |
Trying to add a vote command for the players to vote for night/day/rain etc..
Surely it will need to change other parts of the plugin, but It's too compliecate for me. This is just an Idea for vip players! :)