T00thpick1
|
4cf658b629
|
Make mctop asynchroneous
|
2013-02-15 12:47:00 -05:00 |
|
GJ
|
1ef1d53fd9
|
Make our commands respect localized skill names.
|
2013-02-15 09:26:01 -05:00 |
|
NuclearW
|
20f436c646
|
Squash alll the bugs
|
2013-02-14 23:27:19 -05:00 |
|
GJ
|
110fbe9478
|
Clear buffs on /mcrefresh
|
2013-02-14 16:56:55 -05:00 |
|
GJ
|
2ad73e9b2c
|
Optimized our String/number conversions a bit. Also moved all
String-related util functions from Misc.java to StringUtils.java
|
2013-02-13 11:45:48 -05:00 |
|
GJ
|
0319e2cbff
|
Added '/hardcore' and '/vampirism' commands for toggling these modes on
or off, along with the necessary permissions nodes.
|
2013-02-13 08:15:38 -05:00 |
|
GJ
|
7350fdb99c
|
Remove unused import.
|
2013-02-12 23:21:34 -05:00 |
|
GJ
|
25061e7f71
|
Don't loop, broadcast.
|
2013-02-12 23:07:01 -05:00 |
|
GJ
|
e37f5e765e
|
Forgot to send the permissions message.
|
2013-02-12 21:58:53 -05:00 |
|
GJ
|
fe1cf40bbb
|
Get rid of unused functions.
|
2013-02-12 21:55:41 -05:00 |
|
shatteredbeam
|
9be6a7cf3b
|
Permissions Murder 4: The quest for revenge
|
2013-02-12 18:33:55 -08:00 |
|
shatteredbeam
|
0684b1d425
|
Permissions murder: The Sequel.
|
2013-02-12 18:26:40 -08:00 |
|
shatteredbeam
|
12a2107601
|
More permissions murder.
|
2013-02-12 18:06:36 -08:00 |
|
shatteredbeam
|
15113ba7e4
|
SkillresetCommand.java Permission murder
|
2013-02-12 17:48:04 -08:00 |
|
shatteredbeam
|
bb96c00cb9
|
Continuing Permissions Murder.
|
2013-02-12 17:37:34 -08:00 |
|
shatteredbeam
|
697cfeea64
|
Kill the permissions!
|
2013-02-12 17:31:46 -08:00 |
|
shatteredbeam
|
0528139c2c
|
Merge branch 'master' of github.com:mcMMO-Dev/mcMMO
|
2013-02-12 17:22:51 -08:00 |
|
shatteredbeam
|
cbe68e7879
|
Import removal
|
2013-02-12 17:21:56 -08:00 |
|
shatteredbeam
|
074a798213
|
Kill the permissions middle man...
|
2013-02-12 17:16:41 -08:00 |
|
GJ
|
e9b016903b
|
Removed /mcc command. Replaced with /mcmmo help.
NOTE: /mcmmo help seems to be having formatting issues currently - we're
looking into it.
|
2013-02-12 18:30:03 -05:00 |
|
GJ
|
adda85a660
|
Convert /ptp to use Bukkit CommandAPI
|
2013-02-12 15:05:02 -05:00 |
|
GJ
|
3df5f529eb
|
Anniversary is over for another year...
|
2013-02-08 16:30:34 -05:00 |
|
GJ
|
3da062c4cc
|
Update /party to use Bukkit CommandAPI for permissions & description -
usage is handled internally due to the number of subcommands.
|
2013-02-07 23:05:59 -05:00 |
|
GJ
|
6c266a8926
|
We don't need two functions that do the exact same thing.
|
2013-02-07 12:17:18 -05:00 |
|
GJ
|
59219e3f33
|
Update /mchud and /xplock to use the Bukkit CommandAPI
|
2013-02-07 08:25:54 -05:00 |
|
GJ
|
d5550c8fd1
|
Changed /p and /a to use /partychat and /adminchat as the default
command name. The use of /p, /pc, /a, and /ac is still supported.
|
2013-02-06 17:57:16 -05:00 |
|
GJ
|
d0ca2b9d4b
|
Update /mmoupdate to use Bukkit CommandAPI. Addresses #628
|
2013-02-06 17:10:05 -05:00 |
|
GJ
|
6be0714872
|
Update /mcremove to use the Bukkit CommandAPI.
|
2013-02-06 12:49:43 -05:00 |
|
GJ
|
7e70c4001b
|
Move aliases back to plugin.yml since setAliases doesn't work.
|
2013-02-06 11:45:19 -05:00 |
|
GJ
|
9326921e2a
|
Revert back to ugly-alias in PlayerCommandPreprocessEvent for /skillname
commands.
|
2013-02-06 11:00:43 -05:00 |
|
GJ
|
3f6c07ba6a
|
Updated /mcpurge for Bukkit CommandAPI, also made it work with Flatfile
|
2013-02-05 15:29:57 -05:00 |
|
GJ
|
419937f62e
|
Refactoring - these should be with the rest of the DB files.
|
2013-02-05 12:56:31 -05:00 |
|
GJ
|
ab92aa3ffa
|
Update /mcpurge command to use Bukkit CommandAPI. Addresses #628
|
2013-02-05 12:50:09 -05:00 |
|
GJ
|
0f214496f2
|
Fixed a few incorrect usage strings.
|
2013-02-05 11:19:25 -05:00 |
|
GJ
|
9103914bc9
|
Update /mctop to use Bukkit CommandAPI. Addresses #628
|
2013-02-05 10:54:53 -05:00 |
|
GJ
|
ef7aeb752e
|
Update /mcstats to use Bukkit CommandAPI. Addresses #628
|
2013-02-05 09:30:47 -05:00 |
|
GJ
|
81ba0404b2
|
Fix issue with /mcstats displaying Integer.MAX_VALUE for the power level
cap when there is no power level cap.
|
2013-02-05 09:26:10 -05:00 |
|
GJ
|
9af470536b
|
Some things should remain private.
|
2013-02-05 09:18:37 -05:00 |
|
GJ
|
5349b46122
|
Update /mcrank to use Bukkit CommandAPI. Addresses #628
|
2013-02-05 09:18:06 -05:00 |
|
GJ
|
0de7e22408
|
Adjust how we get the usage strings for the /skillname commands
|
2013-02-05 08:51:11 -05:00 |
|
GJ
|
03f96daba3
|
Fix typo in /mcability permissions check
|
2013-02-05 08:51:11 -05:00 |
|
GJ
|
f6aca88b36
|
Change /mcmmo to use Bukkit CommandAPI. Addresses #628
|
2013-02-05 08:51:10 -05:00 |
|
GJ
|
ea32cb9e12
|
These commands cannot work for online players, period.
|
2013-02-05 08:51:10 -05:00 |
|
GJ
|
4d93f3271d
|
Update /mcability to use Bukkit CommandAPI. Addresses #628
|
2013-02-04 17:35:48 -05:00 |
|
GJ
|
0683745dd2
|
Update /inspect to use Bukkit command API. Addresses #628
|
2013-02-04 16:43:37 -05:00 |
|
GJ
|
49ef013152
|
Add alias to /xprate through the register instead of plugin.yml
|
2013-02-04 16:00:04 -05:00 |
|
GJ
|
717a258430
|
Added the other permissions nodes. Addresses #628
|
2013-02-04 15:10:07 -05:00 |
|
GJ
|
bb945a765c
|
Updating /xprate to use Bukkit command API
|
2013-02-04 15:09:35 -05:00 |
|
Glitchfinder
|
6d486401b5
|
Adding a permission for the /mcc command.
|
2013-02-04 11:58:00 -08:00 |
|
bm01
|
35cdcb62b7
|
Removed needs for SkillType.ALL
Also apparently made /Skillreset work on offline players and fixed
missing permissions check
|
2013-02-04 16:33:34 +01:00 |
|