Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class main extends JavaPlugin {
- private List<String> collection = new ArrayList<String>();
- public boolean onCommand(...) {
- /*
- check the args...
- */
- if (collections.contains(args[0]) {
- // the collection includes the arg
- }
- else {
- // the collection does not include the arg
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement