Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. package io.github.theknightkarim.Configs;
  2.  
  3. import io.github.theknightkarim.WonderTrade;
  4.  
  5. @net.minecraftforge.common.config.Config(modid = WonderTrade.MOD_ID)
  6. public class CommandConfig {
  7.  
  8. @net.minecraftforge.common.config.Config.Comment({
  9. "True if you want the logger to log player/time/date",
  10. "False if you don't want to have a logger"
  11. })
  12. public static String WonderTrade = "wt";
  13.  
  14. @net.minecraftforge.common.config.Config.Comment({
  15. "True if you want the logger to log player/time/date",
  16. "False if you don't want to have a logger"
  17. })
  18. public static String WTPermissionNode = "wondertrade.base";
  19.  
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement