Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. import ninja.leaping.configurate.objectmapping.Setting;
  2.  
  3. public class Config {
  4.  
  5. @Setting(comment = "")
  6. private boolean scoreboardDisplay = true;
  7.  
  8. public boolean isScoreboardDisplay() {
  9. return scoreboardDisplay;
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement