Advertisement
Guest User

Untitled

a guest
May 23rd, 2020
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. package su.fogus.engine.utils.actions.conditions;
  2.  
  3. public class IConditionType {
  4. public static final String WORLD_TIME = "WORLD_TIME";
  5.  
  6. public static final String PERMISSION = "PERMISSION";
  7.  
  8. public static final String VAULT_BALANCE = "VAULT_BALANCE";
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement