UnknownShadow200
|
cfe7075019
|
Make /info more concise.
|
2016-04-30 22:34:02 +10:00 |
|
UnknownShadow200
|
3701872489
|
Start work on a revive potion.
|
2016-04-30 21:41:30 +10:00 |
|
UnknownShadow200
|
c1f5be4670
|
Show min rank required to use a command instead of generic 'you are not allowed to use X'.
|
2016-04-30 20:14:29 +10:00 |
|
UnknownShadow200
|
6a5dc89fb2
|
Bots and per-level custom blocks should start at max and go backwards.
|
2016-04-30 16:46:13 +10:00 |
|
UnknownShadow200
|
d7fdb668de
|
IsTrack is now a block property.
|
2016-04-30 16:01:53 +10:00 |
|
UnknownShadow200
|
ba47174188
|
Persist bots, closes #137.
|
2016-04-30 15:34:13 +10:00 |
|
UnknownShadow200
|
544f4ebdcd
|
Initial work on persistent bots.
|
2016-04-30 14:51:11 +10:00 |
|
UnknownShadow200
|
822b137c21
|
Cleanup /botai.
|
2016-04-30 14:28:42 +10:00 |
|
UnknownShadow200
|
2f1eb29451
|
Cleanup /botset.
|
2016-04-30 14:19:41 +10:00 |
|
UnknownShadow200
|
93c9d6dcb3
|
Start modularising bot code.
|
2016-04-30 14:09:06 +10:00 |
|
UnknownShadow200
|
70f4a43b18
|
Remove debugging line whoops
|
2016-04-30 12:52:28 +10:00 |
|
UnknownShadow200
|
0b230e43da
|
Fix code page 437 characters not working for custom$.txt and badwords.txt. (Thanks goodlyay)
|
2016-04-30 12:50:58 +10:00 |
|
UnknownShadow200
|
5e0a330e8c
|
Fix /mb not working when old mb block type is same as new. (Thanks goodlyay)
|
2016-04-30 10:11:17 +10:00 |
|
UnknownShadow200
|
903cd04330
|
Fix 'slap' in players tab in gui crashing server, reduce code duplication in gui.
|
2016-04-29 19:13:22 +10:00 |
|
UnknownShadow200
|
4b0582acf8
|
Freeze should persist between sessions, simplify 'is muted' lookup to avoid redundantly checking the file.
|
2016-04-29 18:50:28 +10:00 |
|
UnknownShadow200
|
bfa2a06e8c
|
Implement most awards for zombie survival.
|
2016-04-29 18:06:54 +10:00 |
|
UnknownShadow200
|
c6ee65b68d
|
Remove /xspawn, just use /summon..
|
2016-04-29 17:50:12 +10:00 |
|
UnknownShadow200
|
82f0ffcdaa
|
Use ColoredName in more places.
|
2016-04-29 17:48:59 +10:00 |
|
UnknownShadow200
|
85ab9fd8a1
|
Use Server.DefaultColor in less places, give award for winning lottery with 7 players in it.
|
2016-04-29 13:30:15 +10:00 |
|
UnknownShadow200
|
bf201f9719
|
Implement /lottery.
|
2016-04-28 23:03:34 +10:00 |
|
UnknownShadow200
|
45b7bb0a04
|
Use ColoredName in more places.
|
2016-04-28 17:43:35 +10:00 |
|
UnknownShadow200
|
5f2c213f4a
|
Slightly improve performance and reduce memory allocations for native backend.
|
2016-04-28 17:09:47 +10:00 |
|
UnknownShadow200
|
24229ae173
|
More work on native database backend.
|
2016-04-28 16:42:06 +10:00 |
|
UnknownShadow200
|
b6f843c10c
|
Fix '>>banned for' showing in /whois when the player isn't actually banned.
|
2016-04-28 14:38:43 +10:00 |
|
UnknownShadow200
|
2730683221
|
Xhide should be /hide silent, not a separate command.
|
2016-04-28 14:29:41 +10:00 |
|
UnknownShadow200
|
9bd094c1ea
|
Add pinvoke definitions for the native sqllite column methods.
|
2016-04-28 13:06:25 +10:00 |
|
UnknownShadow200
|
64ddb59311
|
Organise Database code more, reduce code duplication.
|
2016-04-28 12:22:11 +10:00 |
|
UnknownShadow200
|
d67ce4a327
|
Fix custom chat tokens not being reloaded after doing /server reload. (Thanks goodlyay)
|
2016-04-28 10:50:03 +10:00 |
|
UnknownShadow200
|
6ae7a68a27
|
Fix /server reload wiping command permissions. (Thanks goodlyay)
|
2016-04-28 10:46:34 +10:00 |
|
UnknownShadow200
|
6a30b5644b
|
Don't forget to hide the in-game entity.
|
2016-04-27 17:21:50 +10:00 |
|
Unkie
|
e7fe7a39ff
|
Merge pull request #149 from Peteys93/master
Add /ohide myrank
|
2016-04-27 15:42:46 +10:00 |
|
Peteys93
|
e08b12f161
|
Take out unnecessary extra string
Replace tempmessage with setting message to args instead of split[0]
|
2016-04-27 01:02:28 -04:00 |
|
Peteys93
|
7872667f14
|
Change Player to entities to reflect older change
^
|
2016-04-26 03:48:31 -04:00 |
|
Peteys93
|
bff5d0fe10
|
Add top of file
Fix pasting error
|
2016-04-26 03:36:44 -04:00 |
|
Peteys93
|
375ec6c671
|
Check for otherRankHidden
Check for otherRankHidden before regular hidden. Return if so.
|
2016-04-26 03:33:55 -04:00 |
|
Peteys93
|
06f179b45c
|
Declare globals
Declare global bool and Levelpermission for player having /ohide mrank used on him.
|
2016-04-26 03:31:44 -04:00 |
|
Peteys93
|
dfc32f2c00
|
Handle the ohide part of /ohide myrank
Set a global levelperm to p's permission to use in entities.cs
|
2016-04-26 03:28:24 -04:00 |
|
Peteys93
|
110211c45d
|
Update Hide for /ohide myrank capabilites
Handle the work in /hide
|
2016-04-26 03:25:24 -04:00 |
|
Peteys93
|
1cc5355c5a
|
Merge pull request #1 from Hetal728/master
Update
|
2016-04-26 03:13:47 -04:00 |
|
UnknownShadow200
|
5b5c45b2d2
|
Don't show a global message if player is changing own skin/model.
|
2016-04-26 11:23:50 +10:00 |
|
UnknownShadow200
|
9eaa14593a
|
Persist custom set skins and models (Thanks goodlyay), closes #142.
|
2016-04-26 10:30:54 +10:00 |
|
UnknownShadow200
|
0258839aae
|
Fix /mi env/perms <level> not working with unloaded levels, also show level.properties whitelist/blacklist in /mi perms. Closes #145.
|
2016-04-26 08:43:35 +10:00 |
|
Unkie
|
6ac37c1baa
|
Merge pull request #147 from ComputeLinux/master
Cleanly recommit 8ball changes.
|
2016-04-26 07:39:15 +10:00 |
|
ComputeLinux
|
0a9218e17d
|
Cleanly recommit 8ball changes.
|
2016-04-25 13:00:36 -07:00 |
|
Unkie
|
d73ae4e4ac
|
Merge pull request #146 from Venom983/master
Included pervisit/pervisimax/blacklists within mi
|
2016-04-25 19:38:09 +10:00 |
|
Venom983
|
7081ae404c
|
Included pervisit/pervisimax/blacklists within mi
|
2016-04-25 05:06:55 -04:00 |
|
UnknownShadow200
|
fee26365e3
|
Checkpoint blocks should also save orientation. (Thanks goodlyay)
|
2016-04-25 18:01:29 +10:00 |
|
UnknownShadow200
|
84080b1fde
|
Fix NullReferenceException in /os zone block when player name is not found. (Thanks venom983)
|
2016-04-25 17:56:48 +10:00 |
|
UnknownShadow200
|
fb643e3f5a
|
Merge branch 'master' of github.com:Hetal728/MCGalaxy
|
2016-04-25 14:53:59 +10:00 |
|
UnknownShadow200
|
e9f3968191
|
Initial work on implementing ClassicBlockDB specification.
|
2016-04-25 12:51:10 +10:00 |
|