Commit graph

666 commits

Author SHA1 Message Date
Zack
fb451c6d49 Update license header for 2014 2014-07-10 21:48:33 -04:00
Zack
4468a880d2 Fix Time being based on 30 minute hours. 2014-07-10 21:23:50 -04:00
Zack
915e791406 Initial work to move all Server Side Character code to its own module. 2014-07-10 21:09:32 -04:00
MarioE
aa8f762f9c Re-introduce /tphere 2014-07-09 10:33:25 -04:00
MarioE
16cf364d59 Add user account banning, similar to offline bans
Also removed logging of bans since... the command is logged as well
2014-07-02 13:34:15 -04:00
MarioE
3e12e80a89 Clean up /itemban, /projban and tempbans 2014-07-02 10:51:06 -04:00
MarioE
6d3bb30c7c Fix a quick typo I made 2014-07-02 08:19:20 -04:00
MarioE
e715a6bac9 Send WorldInfo when setting various time flags, fix time format 2014-06-30 11:02:36 -04:00
MarioE
97252dfe93 Add /forcehalloween, fix /hardmode to actually send changes, clamp tile positions in /tppos, remove extra permissions 2014-06-28 19:30:23 -04:00
MarioE
df7a0d86e5 Fix help text 2014-06-28 10:08:06 -04:00
MarioE
5cbcef49e6 Add /time to allow getting the time and inputting 24-hour time 2014-06-27 22:30:01 -04:00
MarioE
1df9f40a6c Clean up pumpkin moon and frost moon commands 2014-06-27 22:02:46 -04:00
MarioE
5073714f43 Improve /maxspawns and /spawnrate logic 2014-06-27 21:58:12 -04:00
MarioE
66b0f3899c Merge /tphere into /tp, add /tppos 2014-06-27 21:53:01 -04:00
MarioE
69529fad38 Fix permissions referring to "SSI" instead of "SSC"
Fixes #811
2014-06-27 20:58:31 -04:00
MarioE
5e74037a3a Remove any sort of Raptor interconnection -- should have been in some sort of separate plugin anyhow 2014-06-25 01:22:32 -04:00
MarioE
10634c4621 Fix eclipses not being sent, enable certain SSC functions if Main.ServerSideCharacter instead 2014-06-24 00:28:01 -04:00
MarioE
5225a55e76 Delegate /tphere * to a separate permission. Also made teleports more exact 2014-06-24 00:18:41 -04:00
k0rd
e50f2dfd1e changing variable to be less ambiguous 2014-06-12 13:33:42 -04:00
k0rd
a1158cb2e7 change permission for renamenpc to the npc node.
permission is now tshock.npc.rename
2014-06-12 13:27:55 -04:00
k0rd
98f1af65fa new command: /renamenpc <guide,nurse,etc.> <newname>
Change a town NPC's name to anything you want!
requires permission tshock.renamenpc

requested by our friends from /tg/
2014-06-12 04:03:16 -04:00
Laurens de Voogd
d0aaf9a5df Fixed /group 2014-06-07 02:56:13 +02:00
MarioE
ffa68c1115 Fix /sb plantera setting time to night, optimize SSC inventory saving, fix angler quests in SSC 2014-06-05 18:39:13 -04:00
MarioE
af3f5ef954 Add a /wind command for changing the wind speed 2014-06-03 15:44:48 -04:00
MarioE
dcaac6365c Add /sb fishron and /sb * 2014-05-28 18:24:33 -04:00
atom0s
7f65e66d83 Prevent collection modification. 2014-05-26 16:50:41 -07:00
Zack Piispanen
99de841f5d Add list of commands that are eligible to be run to the Playercommand hook, so that a plugin may override this.
Add an event for TShock Chat, pushing out the raw text and the text tshock sends, allowing for plugins to run after tshock and change what tshock is sending.
2014-05-24 19:52:23 -04:00
MarioE
b51303d36e Update to 1.2.4.1 2014-05-15 19:16:35 -04:00
Zack Piispanen
871ad1fd2a Initial Commit of 1.2.4, all data handlers are currently off. 2014-05-09 21:20:21 -04:00
Zack Piispanen
c8a4fd711f Refactor out spaces -> tabs
Remove checks to the itemban table for npcs(wtf zidonuke) and projectiles.
2014-04-21 17:24:46 -04:00
Zack Piispanen
84d8049ac6 Add projectile bans and the commands needed to set them up. 2014-04-11 13:44:47 -04:00
Lucas Nicodemus
c0ee78804e Merge pull request #767 from Simon311/general-devel
Add can-build check in /grow
2014-03-07 19:19:43 -07:00
Simon
65d3b973cb You're not allowed to change tiles here 2014-03-08 06:19:27 +04:00
Enerdy
a6f6af2499 Added string[] HelpDesc to Command. Can be used optionally by devs to create a multi-line, detailed version of HelpText. If HelpDesc is given a value, the command's HelpText won't show. 2014-03-08 00:40:36 +00:00
Simon
d7a90e6b2c Change the message 2014-03-08 04:03:27 +04:00
Simon
88ac9be55a Add can-build check in /grow 2014-03-07 01:19:54 +04:00
Zack Piispanen
0f3156b4ac Added config to allow the choice for what string starts a command, ie '/login' can become '.login'. Changing this from default will introduce inconsistencies with plugins and help text, you have been warned. 2014-03-02 19:49:59 -05:00
Zack Piispanen
90ce9cdd94 Update boss projectile check list. Superadmin/permissions now ignore this check. 2013-12-19 21:10:05 -05:00
Zack Piispanen
2dc99c2d8c Add case for new invasion, and commands for the invasion/moons added recently 2013-12-19 20:00:00 -05:00
MarioE
85cf46166a Fix some more plugin-breaking changes 2013-12-18 10:24:17 -05:00
MarioE
766b077e99 Undo plugin-breaking changes 2013-12-15 18:50:44 -05:00
MarioE
93737060b6 Yeah maybe it'd be nice if it built 2013-12-07 10:30:38 -05:00
MarioE
81fa02bfc2 Differentiate between prefixes 43 and 76 2013-12-07 10:26:23 -05:00
Zack
234e203eb3 Merge pull request #722 from MarioE/general-devel
Temporary banning, and some other miscellaneous things
2013-11-26 09:58:11 -08:00
MarioE
fde99208f5 Don't allow breaking right-clickable tiles, fix /item and /give logic 2013-11-20 17:52:50 -05:00
MarioE
4011ee5bc9 Add months, fix whitespace in command quotes 2013-11-11 00:05:02 -05:00
MarioE
bc72390bf0 Add /group help, show time left instead of date of expiration 2013-11-10 23:58:39 -05:00
MarioE
9c2ee33784 Add /ban help 2013-11-10 23:19:27 -05:00
MarioE
ebc36a5ada Add temp banning, remove /ban clear, fix temp ban check 2013-11-10 23:03:12 -05:00
MarioE
3405acd15b Fix warps 2013-11-03 17:10:20 -05:00