Advertisement
Guest User

Untitled

a guest
Sep 16th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.50 KB | None | 0 0
  1. package net.starlegacy.trade.commands
  2.  
  3. import co.aikar.commands.annotation.CommandAlias
  4. import net.starlegacy.slcore.abstract.SLCommand
  5. import net.starlegacy.trade.Trade
  6.  
  7. @CommandAlias("tradedebug|tdebug|tbug")
  8. object TradeDebugCommand : SLCommand<Trade>() {
  9.     object test {
  10.         object test2 {
  11.             object test3 {
  12.                 object test4 {
  13.                     object test5 {
  14.                        
  15.                     }
  16.                 }
  17.             }
  18.         }
  19.     }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement