Advertisement
thisisthepastebinuse

Permissions for TShock's default group

Jan 14th, 2015
1,078
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. You can use these commands for adding or removing permissions while being in-game.
  2. /group addperm default (permission)
  3. /group delperm default (permission)
  4. EX: "/group addperm default tshock.npc.startinvasion" will allow the default group to start invasions.
  5.  
  6. You can also just edit the tshock.sqlite file, located in the tshock folder, which will appear after you run TerrariaServer.exe at least once, and add these permissions to whatever group you want. The following permissions are what I think must be added to the default group. They are provided with a comma so you can just copy and paste them in the sqlite file.
  7. I personally use http://sqlitebrowser.org/. Here's a tutorial: http://puu.sh/qkJUB/fdc8898286.webm
  8.  
  9. tshock.npc.startinvasion,
  10. tshock.npc.summonboss,
  11. tshock.npc.startdd2,
  12. tshock.world.movenpc,
  13. tshock.world.paint,
  14. tshock.whisper,
  15. tshock.ignore.liquid,
  16. tshock.ignore.removetile,
  17. tshock.ignore.paint,
  18. tshock.ignore.placetile,
  19. tshock.ignore.projectile,
  20. tshock.ignore.damage,
  21. tshock.tp.rod,
  22. tshock.npc.hurttown,
  23. tshock.tp.wormhole,
  24. tshock.world.time.usesundial,
  25.  
  26. These ones are very useful for mobility, especially if you're using a large world:
  27. tshock.tp.spawn,
  28. tshock.tp.home,
  29. tshock.tp.npc,
  30.  
  31. For building/creative servers:
  32. tshock.item.spawn,
  33. tshock.tp.self,
  34. tshock.clear,
  35. tshock.buff.self,
  36. tshock.godmode,
  37.  
  38. ==========[DEFPER]==========
  39.  
  40. Default permissions for guest group:
  41. tshock.world.modify,tshock.account.register,tshock.account.login,tshock.partychat,tshock.thirdperson,tshock.canchat
  42.  
  43. Default permissions for default group:
  44. tshock.warp,tshock.account.changepassword,tshock.account.logout
  45.  
  46. Default permissions for newadmin group:
  47. tshock.admin.kick,tshock.world.editspawn,tshock.reservedslot
  48.  
  49. Default permissions for admin group:
  50. tshock.admin.ban,tshock.cfg.whitelist,tshock.world.time.*,tshock.npc.spawnboss,tshock.npc.spawnmob,tshock.admin.warp,tshock.world.time.set,tshock.tp.self,tshock.slap,tshock.kill,tshock.admin.viewlogs,tshock.admin.nokick,tshock.tp.others
  51.  
  52. Default permissions for trustedadmin group:
  53. tshock.cfg.maintenance,tshock.cfg.*,tshock.world.*,tshock.npc.butcher,tshock.item.spawn,tshock.item.give,tshock.heal,tshock.admin.noban,tshock.item.usebanned
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement