Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by DarthStrantax
- -- RELEASED, OUT OF BETA!!!
- --Settings
- -- For Remote Exe and chat logs,
- -- Sign up at http://www.classy-studios.com/Login/
- -- Yas, thats right I'm using lua's site.
- Settings={
- --DataKey is for Remote Exe and Chat Logs.
- DataKey='';
- --Linked account is the account you used for the Remote Exe / Chat Logs.
- LinkedAccount='';
- -- Prefix is what you say before a command, etc ':ping Hi'
- Prefix=':';
- --Copy the format below to add ranks. 1-11 are admin ranks, 0 is guest and -1 is banned.
- Ranks={
- ['epiclightining']={Rank=6;};
- };
- CommandRanks={
- ['kill']=3; --Lvl 3 and above can kill, god, ff.
- ['god']=3;
- ['ff']=3;
- };
- -- Give people a menu to kick anyone that follows them when someone follows them?
- AntiFollow=true;
- GamePassAdmin={[123]=6};-- 123 being teh id of the gamepass, Rank being the rank.
- --Wether to show join message?
- JoinMsg=false;
- -- Plugins to load ( modules! ) -- if you want you could instead put them in plugins folder.
- LoadPlugins={
- 305353175;-- My friend dittos kohl-admin-remover.
- };
- -- Table of laws
- Rules={
- "Don't ban DarthStrantax.",
- "Don't kill or kick DarthStrantax"
- };
- -- Show credits? (Only works with join msg aswell.)
- Credits=true;
- --Settings below are experimental! Only use them to play with epic untested stuf!
- irc=false; -- IRC allows cross-server chat, cross-game chat and adds the :channel command!
- --Settings below ARENT SETTINGS DO NOT EDIT
- Plugins=script.Plugins:children();
- }
- require(300986739)(Settings)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement