New Plugins

Started by Steven :D, 22-06-2012

0 Members and 1 Guest are viewing this topic.

Steven :D

Quotehttp://tshock.co/xf/index.php?threads/v1-12-infinite-chests.1435/
/ccset - Cancels selecting a chest to protect/refill/etc.
  • /cinfo - Shows info on a chest when opened.
  • /convchests - Converts all currently existing chests to use the new database format (requires "maintenance" permission).
  • /cpset - Toggles the publicity of a chest.
  • /crefill [<time>] - Toggles a chest's refill status, adds a refill delay if applicable.
  • /crset - Toggles a chest's region share status.
  • /cset - Protects a chest when opened.
  • /cunset - Unprotects a chest when opened.
  • /sdeselect - Disables selecting a sign to protect/unprotect.
  • /sinfo - Shows info on a sign when read.
  • /sprotect - Protects a sign when read.
  • /sunprotect - Unprotects a sign when read.



  • http://tshock.co/xf/index.php?threads/v1-12-unofficial-update-more-admin-commands-approved.317/

                Commands.ChatCommands.Add(new Command(
    "ghostmode", Ghost, "ghost"));
                Commands.ChatCommands.Add(new Command(
    "freezetime", FreezeTime, "freezetime"));
                Commands.ChatCommands.Add(new Command(
    "spawnmob", SpawnMobPlayer, "spawnmobplayer"));
                Commands.ChatCommands.Add(new Command(
    "spawnmob", SpawnAll, "spawnall"));
                Commands.ChatCommands.Add(new Command(
    "spawnmob", SpawnGroup, "spawngroup"));
                Commands.ChatCommands.Add(new Command(
    "autoheal", AutoHeal, "autoheal"));
                Commands.ChatCommands.Add(new Command(
    "fly", Fly, "fly"));
                Commands.ChatCommands.Add(new Command(
    "flymisc", Fetch, "fetch"));
               
    //Commands.ChatCommands.Add(new Command("flymisc", CarpetBody, "carpetbody"));//Commands.ChatCommands.Add(new Command("flymisc", CarpetSides, "carpetsides"));
                Commands.ChatCommands.Add(new Command(
    "editspawn", Mow, "mow"));
                Commands.ChatCommands.Add(new Command(
    "permabuff", permaBuff, "permabuff"));
                Commands.ChatCommands.Add(new Command(
    "permabuff", permaBuffAll, "permabuffall"));
                Commands.ChatCommands.Add(new Command(
    "permabuff", permaBuffGroup, "permabuffgroup"));
                Commands.ChatCommands.Add(new Command(
    "forcegive", ForceGive, "forcegive"));
                Commands.ChatCommands.Add(new Command(
    "killall", KillAll, "killall"));
                Commands.ChatCommands.Add(new Command(
    "mute", Mute, "mute"));
                Commands.ChatCommands.Add(new Command(
    "mute", PermaMute, "permamute"));
                Commands.ChatCommands.Add(new Command(
    "muteall", MuteAll, "muteall"));
                Commands.ChatCommands.Add(new Command(
    "butcher", ButcherAll, "butcherall"));
                Commands.ChatCommands.Add(new Command(
    "butcher", ButcherFriendly, "butcherfriendly"));
                Commands.ChatCommands.Add(new Command(
    "butcher", ButcherNPC, "butchernpc"));
                Commands.ChatCommands.Add(new Command(
    "butcher", ButcherNear, "butchernear"));
                Commands.ChatCommands.Add(new Command(
    "spawnmob", SpawnByMe, "spawnbyme"));
               
    //Commands.ChatCommands.Add(new Command("clearitems", ClearItems, "clearitems"));
                Commands.ChatCommands.Add(new Command(
    "reloadmore", ReloadMore, "reloadmore"));
                Commands.ChatCommands.Add(new Command(
    "viewall", ViewAll, "viewall"));
                Commands.ChatCommands.Add(new Command(null, TeamUnlock,
    "teamunlock"));
                Commands.ChatCommands.Add(new Command(
    "autokill", AutoKill, "autokill"));
                Commands.ChatCommands.Add(new Command(
    "forcepvp", ForcePvP, "forcepvp"));
                Commands.ChatCommands.Add(new Command(
    "forcepvp", CanOffPvP, "canoffpvp"));
                Commands.ChatCommands.Add(new Command(
    "antitp", TPOff, "tpoff"));
                Commands.ChatCommands.Add(new Command(
    "moonphase", MoonPhase, "moonphase"));



    http://tshock.co/xf/index.php?threads/v1-11-jail-prison-afk-zone-chest-diemob-kill-zones-item-and-heal-time-limit.325/
    [/color][/size]/ireadtherules - warps user to warp named spawn (command name can be changed in config)
  • /imprison - sends user to prison - and won't let them out!
  • /setfree - lets the user out of prison
  • /afk - sends you to afk warp
  • /back - sends you back where you were when you typed /afk or were warped for being idle
  • /afktime - tells you how many seconds you have been idle (doesn't reset the afktime)
  • /setidletime - changes the default idle time from 300secs to whatever you change it too
  • /allowchests - can give access to users to chest rooms
  • /killzone - can give access to users to kill zones
  • /setcmdtime - changes the default time between /item, /give, /heal commands


forgive me for the slightly buggy post but its copied/pasted


Ragolution

very good plugin choices, steven

Steven :D

Quote from: Ragolution on 22-06-2012
very good plugin choices, steven
very much so.