UnknownShadow200
|
74116ee8f7
|
Remove seed from random rainbow brush, start work on adding a random brush.
|
2016-03-11 19:35:29 +11:00 |
|
UnknownShadow200
|
7d22d75111
|
Cuboid modes holes and random should read given arguments. (Thanks goodlyay)
|
2016-03-11 19:21:12 +11:00 |
|
UnknownShadow200
|
ded5647e6d
|
Spin command now rotates origin point correctly. (Thanks goodlyay)
|
2016-03-11 18:46:33 +11:00 |
|
UnknownShadow200
|
7cfc021420
|
Majorly cleanup /impersonate. The SendIt function only worked for online players, yet the Use method still tried to handle offline players.. ugh.
|
2016-03-11 12:41:18 +11:00 |
|
UnknownShadow200
|
b18919d08c
|
Cleanup /fakerank.
|
2016-03-11 12:23:06 +11:00 |
|
UnknownShadow200
|
464d66443f
|
Update more commands to use PlayerInfo.FindOrShowMatches, cleanup some commands.
|
2016-03-11 11:59:02 +11:00 |
|
UnknownShadow200
|
ec0080c586
|
Merge branch 'master' of github.com:Hetal728/MCGalaxy
|
2016-03-11 11:05:07 +11:00 |
|
UnknownShadow200
|
573fcbac59
|
Use PlayerInfo.FindOrShowMatches in more places, cleanup /oprules and /opstats.
|
2016-03-11 11:04:53 +11:00 |
|
UnknownShadow200
|
6a5cb14b5c
|
Add PlayerInfo.FindOrShowMatches to avoid the unhelpful 'player is offline' when multiple players match the input, also cleanup /rules.
|
2016-03-11 09:12:16 +11:00 |
|
UnknownShadow200
|
70739f5d15
|
Fix torus missing blocks, also modularise zombie game code more.
|
2016-03-10 23:49:03 +11:00 |
|
UnknownShadow200
|
9e4eed36b1
|
Remove references to mcgalaxy.tk/mcgalaxy.ml, modularise Server.cs more, also updating staff list no longer blocks the main thread.
|
2016-03-10 23:08:38 +11:00 |
|
UnknownShadow200
|
17eb068d51
|
Quick fix for /paste throwing a NullReferenceException. (Thanks goodlyay)
|
2016-03-10 18:30:27 +11:00 |
|
UnknownShadow200
|
fbd3db48eb
|
Update help for all drawing commands, add help for brushes.
|
2016-03-10 17:51:59 +11:00 |
|
UnknownShadow200
|
3bb6f9aa45
|
Add /replacebrush and /replacenotbrush.
|
2016-03-10 13:23:12 +11:00 |
|
UnknownShadow200
|
bcaf2e43d3
|
Cleanup /replace, /replacenot, and /replaceadd commands to be more modular.
|
2016-03-10 12:49:06 +11:00 |
|
UnknownShadow200
|
8485ed8727
|
Add brushes replace and replacenot.
|
2016-03-10 12:26:19 +11:00 |
|
UnknownShadow200
|
d19ffbb363
|
Merge branch 'master' of github.com:Hetal728/MCGalaxy
|
2016-03-10 09:59:43 +11:00 |
|
UnknownShadow200
|
651f2925d6
|
Ensure license attribution is correct.
|
2016-03-10 09:26:05 +11:00 |
|
UnknownShadow200
|
98ed1bc4f4
|
Remove some unused code, also allow configuring gen/admingen limits. (Thanks FabTheZen)
|
2016-03-10 09:19:56 +11:00 |
|
UnknownShadow200
|
10259cc4da
|
Some minor code cleanup, also /splace now works vertically. (Thanks FabTheZen), closes #114.
|
2016-03-09 23:12:01 +11:00 |
|
UnknownShadow200
|
8fe518da49
|
Non-kick disconnections should show the reason in console. (Thanks goodlyay)
|
2016-03-09 14:47:35 +11:00 |
|
UnknownShadow200
|
166e5dfadf
|
Clean up /temprank and /deltemprank, make them work with offline players.
|
2016-03-09 14:43:40 +11:00 |
|
UnknownShadow200
|
3fc5bb1b75
|
Fix brush arguments being incorrectly treated as draw modes in some cases.
|
2016-03-09 11:44:52 +11:00 |
|
UnknownShadow200
|
37cd475398
|
Add striped brush, also show brush name in draw operation output to the player.
|
2016-03-09 08:09:39 +11:00 |
|
UnknownShadow200
|
672e93ba2a
|
Add black-and-white rainbow brush, add random rainbow brush with a seed.
|
2016-03-08 18:52:36 +11:00 |
|
UnknownShadow200
|
ab5f5f3824
|
Add rainbow brush.
|
2016-03-08 18:09:58 +11:00 |
|
UnknownShadow200
|
91dcb6e8fb
|
Initial brush support.
|
2016-03-08 17:51:41 +11:00 |
|
UnknownShadow200
|
2b3a64d2e7
|
Make /search commands more sensible, cleanup CommandKeywords class.
|
2016-03-08 17:14:04 +11:00 |
|
UnknownShadow200
|
a9e9b081ff
|
Cleanup /search and make it print help when an incorrect type is used, add CheckeredBrush and initial work on /brush.
|
2016-03-08 15:20:51 +11:00 |
|
UnknownShadow200
|
79dc8dfd82
|
Fix /rankmsg replacing all instances of the rank name in the input arguments, instead of just the first instance.
|
2016-03-08 11:48:13 +11:00 |
|
UnknownShadow200
|
9ec3df9f8c
|
[Warning, may still have bugs] - refactored majority of the code to use a volatile array for players instead of a list, avoids those rare and hard to track down errors.
|
2016-03-08 11:31:34 +11:00 |
|
UnknownShadow200
|
819d8cb4f5
|
Super quick fix for /whois and /whowas. (Thanks FabTheZen)
|
2016-03-08 09:10:27 +11:00 |
|
UnknownShadow200
|
bb81c41fab
|
Cleanup the various temp ranking related commands.
|
2016-03-07 21:46:41 +11:00 |
|
UnknownShadow200
|
ae7b0bb74b
|
Can use /tempban with offline players. (Thanks ShadowMewssacre)
|
2016-03-07 21:20:03 +11:00 |
|
UnknownShadow200
|
458ebf61a5
|
Make most commands that involve querying the player database case insensitive.
|
2016-03-07 20:37:50 +11:00 |
|
UnknownShadow200
|
100cfb50a6
|
More work on brushes framework, add basic pastebrush.
|
2016-03-07 14:00:28 +11:00 |
|
UnknownShadow200
|
e46e1f035f
|
Setup framework for brushes.
|
2016-03-06 22:42:42 +11:00 |
|
UnknownShadow200
|
55ef3f3b91
|
Super quick fix for last commit.
|
2016-03-06 22:14:51 +11:00 |
|
UnknownShadow200
|
12c06e0bee
|
Implement /paste [block list] to only paste specific blocks, also implement /paste not [block list] to only paste blocks asides from the specific ones.
|
2016-03-06 22:13:28 +11:00 |
|
UnknownShadow200
|
9e75c19543
|
You should be able to use custom blocks in /env border/horizon. (Thanks Telirid)
|
2016-03-06 21:32:06 +11:00 |
|
UnknownShadow200
|
fc4191ce38
|
Start work on new /paste command.
|
2016-03-06 21:15:55 +11:00 |
|
UnknownShadow200
|
e19b515c75
|
Fix being able to sign in multiple times with the same account.. this time for sure.
|
2016-03-06 12:38:03 +11:00 |
|
UnknownShadow200
|
80fd0d1e18
|
Revert the changes to MCgalaxy_.csproj
|
2016-03-06 08:58:49 +11:00 |
|
UnknownShadow200
|
c613955c62
|
Merge pull request #111 from ClassiCob/master
Add /8ball and remove mcpony.png
|
2016-03-06 08:45:43 +11:00 |
|
William W
|
1939a9d677
|
/8ball
Gives a random meaningless anwser! YAY!
|
2016-03-05 14:34:07 -07:00 |
|
William W
|
81e3448248
|
MCPony isn't used
|
2016-03-05 14:02:50 -07:00 |
|
UnknownShadow200
|
fca604c587
|
Merge pull request #109 from ClassiCob/master
Add +ophax to lava survival
|
2016-03-06 07:50:31 +11:00 |
|
William W
|
ccc29f196d
|
Add +ophax to lava survival
|
2016-03-05 13:45:13 -07:00 |
|
UnknownShadow200
|
4ddcac07dd
|
Merge pull request #108 from ClassiCob/master
Lava Survival -hax
|
2016-03-06 07:43:29 +11:00 |
|
William W
|
c17ea2320a
|
Lava Survival -hax
|
2016-03-05 13:37:52 -07:00 |
|