KHobbits
62381a7f52
Async EssentialsSpawn join event, like the others.
2012-09-08 14:55:37 +01:00
Iaccidentally
a032d0f19f
Update Essentials/src/com/earth2me/essentials/commands/Commandburn.java
...
typo fix
2012-09-04 00:16:23 -03:00
KHobbits
6fd82480a3
Add support for /gamemode toggle | /gamemode t and /gmt to toggle between the 3 gamemodes.
2012-09-02 06:54:58 +01:00
Iaccidentally
0fb5fc6bcc
fix burn matching all players
2012-09-01 16:40:49 -04:00
KHobbits
4015351c85
Sanity Check.
2012-08-31 17:57:57 +01:00
KHobbits
e89f1d8a03
Add missing repair cost check on /repair hand
2012-08-31 17:54:10 +01:00
KHobbits
93f5a05f17
Reduce the number of permissions checks in command cost lookups
...
Add support for item number repair costs (repair-123: 120)
Ess charge api supports nested charges.
Slight kit optimization.
2012-08-31 17:48:07 +01:00
KHobbits
930eb7ae86
Fix IllegalStateException in sign click patch
...
Cleanup
2012-08-31 00:47:53 +01:00
KHobbits
298f3dc3b2
Comment out/remove the /speed walk code, until the client properly supports this function.
2012-08-26 19:53:58 +01:00
KHobbits
65741403e0
New command /speed [walk|fly] <speed> [player]
...
New permissions:
essentials.speed = access to the command
essentials.speed.others = ability to change the speed of another player
essentials.speed.bypass = override max speed limits in config.yml
New config options:
max-fly-speed
max-walk-speed
2012-08-26 19:35:39 +01:00
KHobbits
2b6d41ac5f
More work on /fly command - Still incomplete
...
Updated and fixed messages files for missing keys.
2012-08-26 17:16:22 +01:00
KHobbits
02d6eade28
Foundation for speed command - not yet implemented.
2012-08-25 19:23:41 +01:00
KHobbits
e324a21b60
New command: /enderchest [player] (alias /endersee and /echest)
...
This command lets you look inside your or another players enderchest
New Permissions:
essentials.enderchest - Access to the command
essentials.enderchest.others - Lets you look at other enderchests
essentials.enderchest.modify - Lets you modify other enderchests
2012-08-21 20:44:09 +01:00
KHobbits
7d5e0352d2
Fix /warp command matching in console.
2012-08-18 15:25:14 +01:00
KHobbits
c40b23d80e
Add command name matching to /gamemode
...
This allows aliases such as /gmc and /creative [player] to be used without stating gamemode as a parameter.
2012-08-12 01:13:52 +01:00
KHobbits
f17a790d78
Improve player matching in /gamemode
...
Add extra aliases to /gamemode
2012-08-12 01:12:10 +01:00
Iaccidentally
bdf67db6ed
fix name length check in /kill
2012-08-10 07:17:05 -04:00
Iaccidentally
3e203d193c
fix msg and pay to accept 2 character names
2012-08-10 06:54:42 -04:00
KHobbits
a92eb4dee6
Throw warning when using /kill without valid player.
2012-08-10 02:40:05 +01:00
KHobbits
ed411ee217
Add console log message when player is /kicked
2012-08-10 02:35:05 +01:00
KHobbits
368d3a4046
Add console log message when player is /banned
2012-08-10 02:27:10 +01:00
KHobbits
8aab57e86b
Fix yaml issue with /kit
2012-08-10 02:26:23 +01:00
KHobbits
17adafecf9
Fix /top so that glass counts as a real block.
2012-08-08 23:00:09 +01:00
KHobbits
dd12e5db66
Fix tp permissions check to check player typing command not teleportee.
...
If you don't want players inviting players to other worlds, do not give them essentials.world.<currentworld>
2012-08-08 22:50:54 +01:00
KHobbits
ba6cc5a9ee
Fix minor Exp discrepancy
...
Add 'l<level>' syntax to /exp command
EG: /exp set l20
2012-08-08 02:07:47 +01:00
KHobbits
101ae201d6
Fix /day /night /sun and /storm aliases to actually set to the current status if used without parameters.
...
fixes #2365
2012-08-08 00:52:43 +01:00
Iaccidentally
4ca09cea2d
update gc for all worlds (thanks to Yofel)
2012-08-06 06:54:55 -04:00
KHobbits
9e975568be
New command: /workbench (aliases /wb and /wbench)
...
Permission: essentials.workbench
2012-08-06 00:26:42 +01:00
Alexander Schepp
7beab59c1a
Fix /gamemode 2 playername
2012-08-04 14:17:41 +03:00
snowleo
bd6614328b
Ignore case on /gm command
2012-08-03 10:41:23 +02:00
snowleo
45cd9597c9
Code cleanup
2012-08-03 10:39:45 +02:00
snowleo
c8a07ecdb5
Another fix for /exp
2012-08-03 10:29:22 +02:00
snowleo
ab82f550cf
Fix broken output of /itemdb
2012-08-03 10:02:47 +02:00
ementalo
fc288718b7
Switching the syntax of gamemode /gm mode player and adding mode aliases
...
Fixing translation keys
Fix plugin.yml gamemode syntax
2012-08-02 17:43:58 +01:00
ementalo
766f9b4dbd
CB #2267 Bukkit #1505
...
Updates to gamemode command, mode is now mandatory [creative|survival|adventure]
Updates to gamemode sign, now requires another line with gamemode
2012-08-02 13:52:11 +01:00
Paul A.
a1ac58d17c
Check the player we are bringing has permission to enter the world vs the initiating user the final frontier
2012-08-01 16:04:13 +02:00
Paul A.
2fbdf7e4d6
re: re: Check the player we are bringing has permission to enter the world vs the initiating user
2012-08-01 15:56:58 +02:00
Paul A.
d5ed474be7
Check the player we are bringing has permission to enter the world vs the initiating user part 4
2012-08-01 15:55:04 +02:00
Paul A.
1d92cb0e0a
Check the player we are bringing has permission to enter the world vs the initiating user
2012-08-01 15:53:30 +02:00
Paul A.
ab7a19b6e6
Check the player we are bringing has permission to enter the world vs the initiating user
2012-08-01 15:52:55 +02:00
Paul A.
7b94adfac8
Check the player we are bringing has permission to enter the world vs the initiating user
2012-08-01 15:50:28 +02:00
KHobbits
aea2c00a95
Add optional 2n'd param to temp ban reason TL key.
2012-06-19 08:46:33 +01:00
ementalo
3975ceb2a0
Fixing vanish on off arguments
2012-06-18 15:35:21 +01:00
ementalo
0a3ecbcd0e
Use the assigned variable when looking at durability in itemdb
2012-06-18 10:28:37 +01:00
KHobbits
9f852b3a41
Using /exp, show can't find player message, if no matching player is found.
2012-06-16 18:22:31 +01:00
KHobbits
0a9c88a990
Added TL key for ban syntax,
...
Default message: "Banned: <reason>"
Default reason: The Ban Hammer has spoken!
Optional 2nd param to banReason, {1}, will contain user who made the ban.
Example use: "banReason=Banned for {0} by {1}"
2012-06-16 17:10:47 +01:00
KHobbits
97eada7dd6
Players should not be able to ignore Console
...
Also implement chat exempt permission in other commands.
2012-06-16 16:22:51 +01:00
KHobbits
4c5a88929c
Fix /exp so it can be used in the console
2012-06-16 14:26:29 +01:00
KHobbits
af7e427545
Avoid silent command failures on /hat (ie typing /hat fish will no longer silently return as if broken)
2012-06-16 14:02:13 +01:00
KHobbits
4638c5ab55
Added missing TL key 'hatRemoved'
2012-06-16 13:56:36 +01:00
KHobbits
0c2e63baad
Make /vanish follow the same rules as /fly, /god and /gamemode
2012-06-16 13:53:46 +01:00
kukelekuuk00
641a4b9dff
Allow your hat to be removed with /hat remove
2012-06-15 22:36:26 +02:00
kukelekuuk00
d1a1559dca
args[0] instead of args[1]
...
derp
2012-06-15 11:41:06 +02:00
kukelekuuk00
0d56b700bf
/vanish [on|off]
2012-06-15 11:02:04 +02:00
KHobbits
2bebb0bd61
3 char min length on /pay and /msg
2012-06-13 00:49:36 +01:00
KHobbits
3b43f7bf03
Messing around with whois syntax
...
(TL's probably need some love)
2012-06-12 01:43:20 +01:00
KHobbits
4f2f166824
Adding mute status to /whois
2012-06-12 00:16:09 +01:00
md_5
8cff4348a6
Fix the vanish command for good.
2012-06-11 09:18:06 +10:00
KHobbits
40271f2ddf
I spied some more big Booleans.
2012-06-11 00:14:19 +01:00
KHobbits
aa1205f42d
i should prefer boolean to Boolean.
2012-06-11 00:08:31 +01:00
KHobbits
2e15de483d
Make /whois throw an error if no matching players are found.
2012-06-11 00:07:22 +01:00
md_5
77b0415c1b
Pass the actual player object to Bukkit.
2012-06-11 08:45:24 +10:00
KHobbits
8b47b80b0b
Broadcast command allows colour formatting.
2012-06-10 23:35:50 +01:00
KHobbits
13da8c3adc
Fix /lightning <player> <damage> to actually deal the proper set damage (5 or 25% by default).
2012-06-10 23:00:49 +01:00
KHobbits
a10190df51
Fix /essentials command to not show command debugging if there were no conflicts.
2012-06-10 22:46:56 +01:00
KHobbits
20d439578b
Fix /mute to follow same convention as /tjail
...
Fixed #2056
2012-06-10 19:56:24 +01:00
KHobbits
3b855255cf
Fix bug with /remove and minecarts
2012-06-10 19:36:31 +01:00
KHobbits
23283426e0
Allow syntax: /god <player> <on/off>
2012-06-10 19:20:43 +01:00
KHobbits
c958bc78dd
Allow syntax: /fly <player> <on/off>
2012-06-10 19:11:45 +01:00
KHobbits
9068c13e39
Play a bit less greedy with events
2012-06-10 18:33:07 +01:00
KHobbits
024aff0af5
Remove dura command and merge into itemdb.
2012-06-10 18:31:28 +01:00
KHobbits
57c1d75779
Fix kits to only show to people who can use them.
2012-06-10 18:27:55 +01:00
kukelekuuk00
62812e1e3a
DERP #2
2012-06-10 14:19:03 +02:00
kukelekuuk00
63680b4911
DERP
2012-06-09 23:06:09 +02:00
kukelekuuk00
96eb9c5db7
added /dura a durability check
2012-05-30 13:42:38 +02:00
md_5
45c1e347b0
Don't allow armor to be used as a hat.
2012-05-27 17:36:04 +10:00
md_5
0559b935e9
Add new command /hat and update translate keys as well as fix colour codes.
2012-05-27 17:24:49 +10:00
md_5
409f337973
Client side note blocks don't play it seems (reverse-merged from commit 0b60d4efe2
)
2012-05-26 14:47:30 +10:00
KHobbits
74f0babc7d
Separate toggle for world teleports using homes.
2012-05-22 17:54:19 +01:00
KHobbits
fa58503c9f
Code tidy.
2012-05-22 00:41:03 +01:00
KHobbits
9fca3728c3
Merge branch 'master' of github.com:essentials/Essentials
2012-05-22 00:39:44 +01:00
KHobbits
56fccb9645
Patch null error in /home after recent update.
2012-05-22 00:39:23 +01:00
md_5
cab40d7893
Keep track of vanished players and tweak lag meter.
2012-05-21 15:13:24 +10:00
KHobbits
faa3a5e027
Make /home and /back obey the world perm system.
...
This will prevent players from moving between words using virtually all essentials commands.
ATM /warp is excepted, because we already have per warp permissions.
Ess3 may see warp permissions altered to: essentials.warp.<world>.<warpname>
2012-05-20 23:58:03 +01:00
KHobbits
32fa834f3f
Forgot to update plugin syntax.
...
Added missing perm checks.
2012-05-19 22:02:42 +01:00
KHobbits
051af644a7
Exp command cleanup
2012-05-19 21:52:54 +01:00
KHobbits
9b9a6a3148
Merge pull request #70 from kukelekuuk00/master
...
/exp [set|give|player] [player] [amount]
2012-05-19 12:42:33 -07:00
KHobbits
18c9c812d7
Merge branch 'master' of github.com:essentials/Essentials
2012-05-19 17:45:09 +01:00
KHobbits
bc798977b5
Strip invalid chars from kit names
...
This may possibly block some kits from working that previous worked, if the kit name contained unusual letters
2012-05-19 17:44:47 +01:00
kukelekuuk00
853d7cb668
Fixes made, added /exp fix [playername] this fixes negative exp.
2012-05-17 14:39:40 +02:00
md_5
3eac027ddb
There is no need to start a second task to measure lag, it can in fact be measured with enough precision from the exisitng one.
2012-05-17 20:33:40 +10:00
md_5
1247401a5f
Add a LagMeter (ticks per second) to the /gc command. This command can now be accessed with /lag as well. Also added a simple /vanish command, with the extra node essentials.vanish.see
...
If you require a more advanced vanish solution checkout VanishNoPacket from mbaxter.
2012-05-17 20:25:02 +10:00
kukelekuuk00
16fc88b50c
new command /exp [set|give|player] [player] [amount]
...
perms are essentials.exp, essentials.exp.others, essentials.exp.set, essentials.exp.set.others, essentials.exp.give and essentials.exp.give.others
2012-05-14 11:36:44 +02:00
kukelekuuk00
5020f6b990
Added an /exp command that shows the amount of exp you have and how much you need for the next level.
...
Permissions are essentials.exp and essentials.exp.needed
2012-05-13 13:44:41 +02:00
KHobbits
a48f6c8c30
Force 3 letters before matching players for /god /gamemode and /fly
2012-05-07 00:30:09 +01:00
KHobbits
8d6b864b5b
Revert "Update home count..." This reverts commit 9b731cc39c
.
...
On second thought, this would just lead to inconsistency....
2012-05-07 00:16:45 +01:00
KHobbits
9b731cc39c
Update home count to include the bed home if set, this does not prevent people from setting a bed home if they are at max.
2012-05-07 00:05:02 +01:00
KHobbits
d3397279f6
Revert "We can't damage and kill, so we will just kill to make everyone happy, and the event pointless."
...
This reverts commit 705efc6002
.
Also fix kill to do the same.
2012-05-06 16:09:47 +01:00
md_5
705efc6002
We can't damage and kill, so we will just kill to make everyone happy, and the event pointless.
2012-05-05 20:01:18 +10:00
md_5
18b5405c76
Add message to sender when all players kicked, addresses issue #1968
2012-04-24 17:47:27 +10:00
KHobbits
507ecc47b6
Switch the order of the alt give syntax to follow vanilla order.
2012-04-18 00:37:44 +01:00
KHobbits
1bd1665faa
Throw syntax error on /item, if syntax is wrong.
2012-04-14 17:53:33 +01:00
KHobbits
055603b09e
Fix null locations in /seen
2012-04-14 15:57:47 +01:00
ementalo
90d2451ce2
Merge branch 'master' of https://github.com/essentials/Essentials
2012-04-13 14:52:25 +01:00
ementalo
5b5df254d5
Don't kill tamed ocelots with killall Test #1921
2012-04-13 14:49:15 +01:00
snowleo
2d319fe5aa
Fix double charge in /jump
2012-04-12 23:57:19 +03:00
KHobbits
bb83dcc828
Allow vanilla syntax of /give
2012-04-07 04:39:12 +01:00
KHobbits
0eefb7f5a1
Remove 'set' and 'add' from /time command args, to allow use of original syntax.
2012-04-07 04:22:17 +01:00
KHobbits
fe95cfe03b
New ingame command syntax: /kit <kit> <playername>
...
New Permission: essentials.kit.others - allows giving kits to other people.
New console commands: /kit & /kit <kit> <playername>
2012-04-07 03:34:01 +01:00
KHobbits
7a6368a980
Console should be able to kick everyone.
2012-04-07 03:07:07 +01:00
KHobbits
5a7d733cbf
Added extra params to setHome TL key {0} world {1} x {2} y {3} z
2012-04-04 18:19:39 +01:00
KHobbits
2ddd31a37d
Report invalid enchantments in kits.
...
Improve error logging
2012-04-04 03:09:27 +01:00
KHobbits
e52996609a
Update seen to show better data for vanished users:
...
New Perm: essentials.seen.extra - Shows some extra information for staff
2012-04-04 01:20:57 +01:00
KHobbits
932de33349
Little bit of powertools code cleanup.
2012-04-04 00:40:58 +01:00
KHobbits
195604997b
Enable powertools if they are disabled when setting a new tool.
2012-04-04 00:39:59 +01:00
KHobbits
a3a3f81e11
Better hide vanished players.
2012-04-03 16:12:49 +01:00
KHobbits
d0f3fb4417
Command cost api update: Can now set fallback costs.
...
Repair command addition: ontop of 'repair' and 'repair-<itemname>' you can now charge for 'repair-all' to charge more for /repair all or 'repair-item' to charge per item repaired.
2012-04-03 15:35:13 +01:00
KHobbits
bf1e073ef4
Allow tppos to be used in console.
2012-04-02 02:47:44 +01:00
KHobbits
767703bfc9
Optional second param to /gm to force gamemode on other players.
2012-04-02 02:31:31 +01:00
KHobbits
f3345247ed
Reset ban reason to null on /ban <player>, if no reason is set.
2012-03-30 11:40:44 +01:00
KHobbits
1101a3243d
Fix tpo syntax error.
2012-03-29 22:32:16 +01:00
KHobbits
d7139cb16c
Update to CB #2126 B #1425
...
Min CB version changed to 2122
2012-03-29 02:00:51 +01:00
KHobbits
10f82a6723
Fix using /setworth <price>
2012-03-29 00:13:56 +01:00
KHobbits
97eed50ccc
Adding world permission checks to:
...
tpaall tpall tpahere tphere tpohere
User is required to have the permission for the world he is in, before he can teleport users outside this world, to it.
2012-03-27 15:28:40 +01:00
KHobbits
e30d900289
Clarify how backup works.
...
Add option for auto save-all.
2012-03-26 00:49:53 +01:00
KHobbits
2cc96e995b
Update tp to check if target player has tptoggle disabled.
...
Update tpo to allow player to player tp.
2012-03-25 23:32:04 +01:00
KHobbits
47cf1289d7
Don't show 'backup started' on /backup if it hasn't been configured.
2012-03-25 19:10:39 +01:00
snowleo
3e6e71ca41
Optimize metrics
2012-03-25 11:39:19 +02:00
KHobbits
b7221516dc
Invsee now shows a live player inventory in a window, rather than cloning players inventory.
...
New Permission: essentials.invsee.modify - Player with this permission will be able to add/remove items from the other players inventory.
2012-03-25 02:33:52 +01:00
KHobbits
7ca2b65c4f
New permission check: essentials.list.hidden is now required to /getpos hidden players.
2012-03-24 21:08:45 +00:00
KHobbits
72028086c0
'Enabled' looks better than 'true'.
2012-03-23 22:38:01 +00:00
KHobbits
0a74da88d6
Help command refresh.
2012-03-23 17:16:09 +00:00
KHobbits
71358629f4
New command: /fly
...
New perm: essentials.fly.others
2012-03-22 22:59:52 +00:00
KHobbits
d20519ef8b
New Permission: essentials.chat.url
...
Without this perm, URLs will be modified not to be links.
2012-03-22 22:19:58 +00:00
KHobbits
0dc1270aed
Split colour permissions into 3: color/magic/format
2012-03-22 22:07:13 +00:00
KHobbits
165a76d492
Add villager professions to /spawnmob
2012-03-22 20:03:52 +00:00
KHobbits
3d7d4a47d9
Bukkit R0.3 api updates.
2012-03-22 17:26:05 +00:00
KHobbits
1746569e1a
Extra Trees
2012-03-22 17:25:13 +00:00
KHobbits
7bcec32134
Cleaning up displaynames
2012-03-21 23:54:57 +00:00
KHobbits
3e88fb44f4
Split if tree for readability.
2012-03-20 15:03:53 +00:00
KHobbits
518b013a63
Teleport check cleanup
2012-03-20 13:26:49 +00:00
KHobbits
e752538568
Fix per world teleport permission checking.
2012-03-20 11:53:05 +00:00
KHobbits
762105d692
New permission: essentials.tp.others - Allows players to /tp <p1> <p2> replaces old reused permission.
...
New permission usage: if world-teleport-permissions is true in the config, TP commands will now check for essentials.world.<worldname> when a tp would switch worlds.
2012-03-17 06:10:02 +00:00
KHobbits
87cd693020
Adding Exp to /whois, shows total exp and ingame level.
...
Due to the way minecraft calculates levels (flawed formula), its possible to not match calculated level.
2012-03-17 01:43:49 +00:00
KHobbits
e5e81eda72
Make /nuke drop tnt from a more reasonable height.
2012-03-15 05:09:34 +00:00
KHobbits
45cf2ae960
Make /spawner errors more descriptive.
2012-03-15 04:41:56 +00:00
KHobbits
d0d0117411
Add metric opt out toggle ingame.
2012-03-15 03:49:17 +00:00
KHobbits
5d79863cfc
Fixing setwarp command.
2012-03-15 02:12:43 +00:00
ementalo
6cf2bb5cd9
Adding permissions for overwriting exisitng warps
...
essentials.warp.overwrite.[warpname] will allow overwrting of exsiting warps
essentials.warp.overwrite.* for all warps
Adding WarpNotFoundException class
2012-03-14 21:16:22 +00:00
KHobbits
267495a406
Fixing warp command costs.
2012-03-13 16:15:01 +00:00
KHobbits
dfbc1956c9
Fixing a few TL Keys
2012-03-12 15:35:20 +00:00
KHobbits
2da802d4b7
New permission: essentials.seen.banreason
...
With this permission players can see why a user was banned, in /seen.
2012-03-12 15:00:44 +00:00
KHobbits
adffbab678
Adding jail time to /whois.
2012-03-12 01:15:10 +00:00
KHobbits
e11525ab64
Update offline user check.
...
Add ban reason to /seen
2012-03-12 01:00:57 +00:00
KHobbits
8dcd591beb
Update setworth to allow /setworth <price> ingame
...
Allow /setworth to be used from console.
2012-03-11 23:59:59 +00:00
KHobbits
a40c936bcf
New Permission: essentials.lightning.others
...
With this permission you can use /lightning <player>, without only strike based on direction.
2012-03-11 20:58:54 +00:00
md_5
0b60d4efe2
I dont think free noteblocks are a good idea
2012-03-05 18:40:18 +11:00
md_5
d31e434e4d
Allow spamming of this, by reducing explosion damage to 0, same effect, no mess
2012-03-05 18:28:04 +11:00
KHobbits
68fbc40605
Fixing spawnmob count.
2012-03-05 00:22:31 +00:00
KHobbits
8b7c5cf2ed
Add listgroups as TL key
2012-03-05 00:19:40 +00:00
KHobbits
1811631b93
Apply colors to group tags.
2012-03-05 00:08:37 +00:00
KHobbits
7cec1564b9
Build custom mob list /spawnmob
2012-03-04 21:54:51 +00:00
KHobbits
a75eefcdd4
CME
2012-03-04 21:43:24 +00:00
KHobbits
6a9027da6d
Adding starter/newbie kit to EssentialsSpawn
...
Optimization to EssentialsSpawn join event.
2012-03-04 20:09:25 +00:00
KHobbits
6da705c86f
Allow more currency customization.
...
Added currency key to messages.
2012-03-04 10:11:58 +00:00
KHobbits
c3fa56322b
Adding option to modify all users balances (including offline) /eco reset ** <amount>
2012-03-04 09:20:03 +00:00
snowleo
e6181928e8
Cleanup of /spawnmob
2012-03-03 17:01:53 +01:00
md-5
cea5c81d44
Merge pull request #56 from Iaccidentally/patch-4
...
Allow spawning baby villagers and ocelots
2012-03-03 00:34:00 -08:00
Chris Ward
74a57553f6
Cleanup
...
Signed-off-by: Chris Ward <chris@chrisgward.com>
2012-03-03 19:21:27 +11:00
Iaccidentally
35576ab64a
add little babbys
2012-03-03 03:04:54 -05:00
Chris Ward
6da6e4d2e8
Cleanup
...
Signed-off-by: Chris Ward <chris@chrisgward.com>
2012-03-03 18:07:43 +11:00
KHobbits
1bbbfe1c96
Make the antioch message optional.
2012-03-02 17:03:34 +00:00
snowleo
21a248e94d
Will be removed until the next release XD
2012-03-02 01:30:52 +01:00
snowleo
f1aed4b521
Better cats
2012-03-02 00:40:50 +01:00
snowleo
7564ebf79e
Fix world heights
2012-03-02 00:18:31 +01:00
snowleo
64d866a77d
New Entities and Items for 1.2
2012-03-02 00:06:57 +01:00
snowleo
696b930fb2
EntityType instead of CreatureType
2012-03-01 19:05:50 +01:00
snowleo
02c1cb05c7
Updated to R6
2012-03-01 19:05:50 +01:00
KHobbits
e277acf80e
Display users new balance on /eco give/take.
2012-02-28 02:45:02 +00:00
KHobbits
9f893e68e9
Add Minimum Balance, to allow people to manage overdrafts.
2012-02-28 02:45:02 +00:00
KHobbits
6fb8dad0ec
Balance top now has server total on first line.
...
Balance top will update ess balance backup if using register/vault eco.
2012-02-23 15:17:23 +00:00
KHobbits
e5b91dae73
Fixing kits for new config classes.
2012-02-22 12:32:51 +00:00
KHobbits
ed7fe9213f
Fix /sudo message display.
2012-02-21 21:39:25 +00:00
snowleo
9bd0c33fef
Never give our user object to other plugins!
2012-02-21 18:41:27 +01:00
KHobbits
b2dbb3f9e3
Fixing being charged twice for /back.
2012-02-16 16:57:50 +00:00
KHobbits
f0c0ee1a8d
/spawnmob - Only list mobs you have permission to spawn.
2012-02-14 23:55:29 +00:00
KHobbits
57a2ef08d4
Allow charges for different mob types in /spawner
2012-02-13 17:16:27 +00:00
KHobbits
2699e02f96
Add per warp command costs
...
Make warp other commands charge the commander, not the warped.
2012-02-13 17:09:07 +00:00
KHobbits
b0d06ce6ed
Refactoring tpaccept perm check to include tpaall.
2012-02-11 20:10:19 +00:00
Wolvereness
9efd0eb6f9
Fix exploit with /tpaccept if sender no longer has permission
2012-02-09 23:14:57 -06:00
KHobbits
f0ee026fb9
Allow colour codes in /ping
2012-02-09 22:13:00 +00:00
KHobbits
b3fc790000
New Permission: essentials.sudo.exempt
...
If a user has this perm, they cannot be controlled.
2012-02-09 22:11:46 +00:00
KHobbits
83f9209bcc
Optional argument to /ping [message]- Message to be echo'd.
...
Possible use in scripts, checking for lag, /sudo, etc.
2012-02-09 22:02:24 +00:00
KHobbits
3ff1f4adbb
Fixing repair to not repair items with datavalues, unless they actually have a durability.
2012-02-02 10:27:35 +00:00
KHobbits
5c19e71858
Sanitize mail for untoward characters.
...
Prevent a user error from terminating essentials timer task.
2012-02-02 09:26:36 +00:00
KHobbits
2f1d9ad82c
Prevent /home bed, if the bed was later destroyed.
2012-01-29 21:44:15 +00:00
KHobbits
a2418a68d9
Fixing Kill/suicide in creative mode.
2012-01-29 21:37:38 +00:00
KHobbits
bc76e87366
Fix boolean fail in /r offline checking.
2012-01-29 20:57:17 +00:00
KHobbits
6a5fefb102
Optional second argument to /tpaccept, it will only accept the request if the sender matched that string.
2012-01-29 04:59:30 +00:00
KHobbits
a31f5e219d
Kill people the proper way.
...
Test #1410
2012-01-29 03:23:38 +00:00
KHobbits
9ee78bdaec
Switch /near priority to check for int first.
...
Test #1269
2012-01-29 03:09:59 +00:00
KHobbits
735f9ce212
Make sure player is online when sending a /reply.
2012-01-29 02:57:52 +00:00
KHobbits
2f96c9763f
Only list bed home if it is set.
2012-01-28 01:39:51 +00:00
KHobbits
137b60c5f2
Allow space as well as : in /delhome
2012-01-28 01:32:15 +00:00
KHobbits
292b7b0546
Stop users from using /sethome bed
2012-01-28 01:09:02 +00:00
KHobbits
f7c6759433
Check bed still exist, for bed homes.
2012-01-28 00:49:22 +00:00
Léa Gris
25976edc2b
i18n added to command nuke
2012-01-26 04:46:00 +01:00
KHobbits
a10f6850e5
Compiled regex is faster.
2012-01-18 23:35:30 +00:00
KHobbits
1f2c669eca
Stripping vanilla colour from /helpop and /mail
...
Adding support for &k in EssChat
Adding support for colour in /msg and /r - New perm: essentials.msg.color
2012-01-16 20:25:36 +00:00
KHobbits
1d5a09a03e
Merge branch 'master' of github.com:essentials/Essentials
2012-01-16 19:42:37 +00:00
KHobbits
4435121c84
Stripping vanilla colours from /msg
2012-01-16 19:42:15 +00:00
snowleo
813e66b4f2
Fix /nick command colors
2012-01-16 20:38:53 +01:00
KHobbits
6e82419c15
Allowing use of aliases in help/info/motd, for command suggestions.
...
Test #1441
2012-01-14 16:53:18 +00:00
KHobbits
3f6b9586b4
Fixing double charges on /home
...
Test #1426
2012-01-14 16:42:53 +00:00
KHobbits
856cef3286
Update Essentials/src/com/earth2me/essentials/commands/Commanditemdb.java
2012-01-14 15:04:16 +00:00
Jeremy
283dc9b3c1
No sending to all players, must specify target.
2012-01-01 18:18:29 -06:00
snowleo
31e80ba698
Fix sending our player object to other plugins.
2011-12-20 11:57:22 +01:00
snowleo
5bb7d82fca
Fix double names in /balancetop and show display name in balancetop
2011-12-19 12:39:23 +01:00
KHobbits
98cd03ac57
Prevent future warps being named as numbers.
2011-12-19 10:57:18 +00:00
snowleo
70bd9bd1f3
Renamed /butcher to /killall and fixes to the code.
2011-12-13 10:28:15 +01:00
KHobbits
dfa4ecbe4f
Inform user that they were healed.
2011-12-13 01:47:58 +00:00
KHobbits
f936cd5f27
Updating to RB
...
CraftBukkit #1597 Bukkit #1073
2011-12-12 23:00:21 +00:00
snowleo
f8e1f02523
Fix sorting of users in /who
2011-12-11 09:22:27 +01:00
KHobbits
aa5f819d7b
Added cleanup note
...
Minecraft server usually shows players around 140-180 range, so changing default /near to 200.
2011-12-10 04:12:22 +00:00
KHobbits
c0e903c1f3
New permissions: essentials.powertool.append.
2011-12-09 21:42:36 +00:00
ementalo
95d5217f58
Allow timeout of /tpa /tpahere requests
...
Adds new config setting tpa-accept-cancellation
Test #781
2011-12-08 23:43:09 +00:00
KHobbits
b102c5f3d8
First Refactor of Kits
...
New sign: [Kit] / <kit name> / [group] / [charge]
2011-12-08 04:44:18 +00:00
KHobbits
9410a25cce
Adjusting /spawn to not trigger respawn event.
2011-12-08 02:21:10 +00:00
snowleo
46c99e5c6f
/home sends the player to bed again before it tries to respawn.
2011-12-07 15:18:50 +01:00
snowleo
435219bab6
Fix Enchant sign, the user has to hold the item in hand now. A * or "any" in the second line allows to enchant all possible items.
2011-12-07 14:23:56 +01:00
snowleo
324cd74826
Banned moved from /whois to /seen
2011-12-07 12:00:01 +01:00
snowleo
5b539bf034
Fix /mail sendall, fixes #1209
2011-12-07 11:02:10 +01:00
snowleo
879d4913dc
/balancetop now has pages instead of max argument
...
Test #1210
2011-12-07 10:53:06 +01:00
snowleo
67a3a55f5a
Updated /near and /getpos command, added new argument playername
...
Test #1214
2011-12-07 10:03:23 +01:00
Khyperia
e8eb1974b8
New feature: IsBanned to /whois
2011-12-07 09:36:11 +08:00
Khyperia
a82d8d1d44
Added new player argument: /spawnmob <mob> [amount] [player]
...
Test: #821
2011-12-07 09:36:11 +08:00
ementalo
9ca0e51dac
Merge branch 'master' of github.com:essentials/Essentials
2011-12-07 01:13:08 +00:00
ementalo
10597cec2f
Catch TeleportClause.COMMAND in the teleport listener.
...
Changed Teleport methods to pass a TeleportClause param
2011-12-07 01:12:36 +00:00
Khyperia
b49a9ef165
New feature: /mail sendall <message>
...
Test: #649
2011-12-07 08:53:15 +08:00
Khyperia
d573671933
Renamed /find to /itemdb
2011-12-07 08:53:14 +08:00
Khyperia
a0d66ce230
New command: /find <item>
...
Test #278
Test #293
Test #348
2011-12-07 08:53:14 +08:00
snowleo
9e1571a8e5
More cleanup
2011-12-06 17:42:55 +01:00
snowleo
72e187cd5c
Updated Jails to use the new config classes
2011-12-06 17:28:48 +01:00
snowleo
019b49ef11
Updated EssentialsSpawn to use the new config code
...
/spawn and /home now call the PlayerRespawnEvent to make it more compatible with other plugins.
2011-12-06 13:41:29 +01:00
snowleo
cb89fe5358
Readded because of popular demand: default-stack-size for /give and /item, values below 1 return max stack size (or oversized stack size).
2011-12-04 23:21:30 +01:00
snowleo
20bc8840d6
Allow oversized stacks in kits.
2011-12-04 22:33:49 +01:00
snowleo
f12e9f6dfb
Enchantements are now stored in one class
2011-12-04 22:28:29 +01:00
snowleo
ec3586c08c
Added null check to /break
2011-12-04 22:06:03 +01:00
snowleo
d9c773270b
Less use of sqrt
2011-12-04 22:01:50 +01:00
KHobbits
1c03cdb4d0
New command /remove
...
Test #1193
2011-12-03 21:14:03 +00:00