Advertisement
Treyzotic

admin 2

Mar 15th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. --Made by DarthStrantax
  2. -- RELEASED, OUT OF BETA!!!
  3. --Settings
  4. -- For Remote Exe and chat logs,
  5. -- Sign up at http://www.classy-studios.com/Login/
  6. -- Yas, thats right I'm using lua's site.
  7. Settings={
  8. --DataKey is for Remote Exe and Chat Logs.
  9. DataKey='';
  10. --Linked account is the account you used for the Remote Exe / Chat Logs.
  11. LinkedAccount='';
  12. -- Prefix is what you say before a command, etc ':ping Hi'
  13. Prefix=':';
  14. --Copy the format below to add ranks. 1-11 are admin ranks, 0 is guest and -1 is banned.
  15. Ranks={
  16. ['epiclightining']={Rank=6;};
  17. };
  18. CommandRanks={
  19. ['kill']=3; --Lvl 3 and above can kill, god, ff.
  20. ['god']=3;
  21. ['ff']=3;
  22. };
  23. -- Give people a menu to kick anyone that follows them when someone follows them?
  24. AntiFollow=true;
  25. GamePassAdmin={[123]=6};-- 123 being teh id of the gamepass, Rank being the rank.
  26. --Wether to show join message?
  27. JoinMsg=false;
  28. -- Plugins to load ( modules! ) -- if you want you could instead put them in plugins folder.
  29. LoadPlugins={
  30. 305353175;-- My friend dittos kohl-admin-remover.
  31. };
  32. -- Table of laws
  33. Rules={
  34. "Don't ban DarthStrantax.",
  35. "Don't kill or kick DarthStrantax"
  36. };
  37. -- Show credits? (Only works with join msg aswell.)
  38. Credits=true;
  39. --Settings below are experimental! Only use them to play with epic untested stuf!
  40. irc=false; -- IRC allows cross-server chat, cross-game chat and adds the :channel command!
  41. --Settings below ARENT SETTINGS DO NOT EDIT
  42. Plugins=script.Plugins:children();
  43. }
  44. require(300986739)(Settings)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement