Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. @Override
  2. public void onEnable() {
  3. System.out.println("Activation de ElsaJump");
  4. saveDefaultConfig();
  5.  
  6. if(!getConfig().contains("checkpoints")) getConfig().createSection("checkpoints");
  7. ConfigurationSection section_Checkpoint = getConfig().getConfigurationSection("checkpoints");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement