Commit graph

643 commits

Author SHA1 Message Date
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
MarioE
0043fc35d7 Add a null check 2013-11-01 23:59:28 -04:00
MarioE
41121b8412 Re-do warps 2013-11-01 23:55:31 -04:00
MarioE
416ce98518 Fix a few issues 2013-10-31 23:46:29 -04:00
MarioE
cf1feb9357 Fix several bugs 2013-10-31 23:35:42 -04:00
MarioE
bd87eb361d Add more command compatibility 2013-10-30 22:45:33 -04:00
MarioE
3e9aee3414 Begin Raptor compatibility 2013-10-30 22:34:09 -04:00
Zack Piispanen
af3e5dfddb Fix rain command to print usage on bad argument. 2013-10-26 07:18:27 -04:00
Zack Piispanen
a7261d6db2 Default wave is 1 in pumpkin invasion. 2013-10-25 17:27:21 -04:00
Zack Piispanen
360a1775d1 Set time to night prior to /pumpkin 2013-10-25 09:30:45 -04:00
Zack Piispanen
af5eb4e80f Ignore Mourning Woods projectiles
Added pumpkin command to start the pumpkin wave on the correct wave.
2013-10-25 09:03:43 -04:00
Zack Piispanen
fa097e61e3 Fix login handling to only allow correct passwords if a password is given. 2013-10-24 13:18:21 -04:00
MarioE
ea83ff1bda Redo some permissions
Split up tshock.world.causeevents & tshock.world.editspawn and moved
/maxspawns and /spawnrate to the npc node.
2013-10-15 18:23:06 -04:00
Zack Piispanen
acdaa2eb05 Fix Chat over head.
Copy pasta fix in /group (CS #Regions)
2013-10-11 00:16:19 -04:00
MarioE
7be923f640 Send better wall of flesh error messages 2013-10-10 19:16:19 -04:00
MarioE
966ba85e1c Add /spawnboss for the time being 2013-10-10 18:57:33 -04:00
k0rd
f8e5e1e081 blank UUID ignore for login, forgot to add this file 2013-10-09 23:55:46 -04:00
MarioE
d3f3ff7501 Fix /whisper 2013-10-09 17:58:02 -04:00
Simon311
f63758a7d4 & -> && 2013-10-07 11:44:53 +04:00
Simon311
55537d3034 Coin Gun is not eligible for this ;) 2013-10-07 10:58:56 +04:00
Simon311
a1fa2cdb9c Fixing Heart and Star requiring inventory slot
Those don't ever get to inventory, they are consumed by players :)
2013-10-07 10:44:54 +04:00
MarioE
311fbde46e If /help second argument starts with /, remove it 2013-10-05 15:30:28 -04:00
MarioE
acfc770c8a Added /clear npc (/butcher without item drops) 2013-10-05 12:28:38 -04:00
MarioE
4bd522f1db Modify more commands
Combined /killprojectile and /clearitems
Removed whisper prefix from whisper messages (color should be more than
sufficient)
Removed /star
Added /butcher [mob type]
Removed deprecated command methods
2013-10-05 12:07:07 -04:00