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
KHobbits
6d3e1b862e
New command: /feed New permission: essentials.feed.others
...
Test #1191
2011-12-03 20:54:53 +00:00
KHobbits
d4c2443b5f
New command: /more
...
Test #1189
2011-12-03 20:44:44 +00:00
KHobbits
8ce8764f6a
New Command /break, and new Permission: essentials.break.bedrock
...
Test #1188
2011-12-03 20:41:24 +00:00
Khyperia
1cb593dba3
Added per-world permissions for /world
2011-12-03 12:13:42 -05:00
Khyperia
dc74239edc
Fixed accedental typo
2011-12-02 20:55:43 -05:00
Khyperia
91be153474
Added some commands from request 946
2011-12-02 19:02:12 -05:00
KHobbits
b03a327f9b
Patching gamemode and god toggles to not match on ' '
2011-12-02 21:32:32 +00:00
snowleo
1489203aca
New config options repair-enchanted (default true) and permission essentials.repair.enchanted
2011-12-02 08:30:52 +01:00
snowleo
1f1b6aff54
Allows to be teleported to bed location of offline players.
...
Also adds missing return in /home command
2011-12-02 08:19:55 +01:00
KHobbits
c0eec02f0a
Show how far away each player is.
2011-12-01 15:58:25 +00:00
KHobbits
c97d069783
Fixing near output.
2011-12-01 15:31:53 +00:00
KHobbits
b0377498f7
Better distance checking.
2011-12-01 15:15:45 +00:00
KHobbits
00d44873ca
Command: /near
2011-12-01 14:43:16 +00:00
KHobbits
2a8ccb43ae
Fixing spawnmob errors to say the right thing.
2011-12-01 14:43:00 +00:00
KHobbits
f006932639
Merge branch 'master' of github.com:essentials/Essentials
...
Conflicts:
Essentials/src/com/earth2me/essentials/EssentialsPlayerListener.java
Essentials/src/com/earth2me/essentials/commands/Commandenchant.java
2011-12-01 13:47:06 +00:00
KHobbits
2dc6f8c202
Command Cleanup
2011-12-01 13:42:39 +00:00
snowleo
15d8ec6026
Removed EnchantmentFix, because it's fixed in CB#1526
2011-11-30 20:49:11 +01:00
KHobbits
a8a9fc3dd6
/spawnmob sheep:<colour> + /spawnmob sheep:baby = /spawnmob sheep:<colour>baby.
...
And as a nice extra, random: /spawnmob sheep:randombaby 10
2011-11-30 03:58:20 +00:00
KHobbits
1de4a40bf6
Missing an Animal.
2011-11-30 03:44:33 +00:00
snowleo
f5344b65d3
Fix /balancetop, cache was not cleared
2011-11-30 00:48:51 +01:00
snowleo
0b2a3fcf7f
Output the redirected plugin too.
2011-11-29 18:48:52 +01:00
KHobbits
af7eae6201
Adding some debug info to /essentials
2011-11-29 17:21:18 +00:00
KHobbits
cdbae1631d
Settings Cleanup.
2011-11-29 16:16:45 +00:00
snowleo
525fefc484
UserMap.getUser() will return null on failure.
2011-11-29 00:36:36 +01:00
snowleo
91cdff955a
Fix another bug in /sell
2011-11-28 22:41:26 +01:00
snowleo
8c06b13a77
Allow to set size of MagmaCubes in /spawnmob
2011-11-28 22:06:59 +01:00
snowleo
7db7fd4136
Added info how to read the next page to /info /help /motd /rules
2011-11-28 20:52:15 +01:00
snowleo
5e24584bf7
Fix bug in /sell command
2011-11-28 20:24:13 +01:00
snowleo
9acc7db06f
Changes to /sell /give and /item
...
Material.getMaxStackSize() will now be used in /give and /item
The config option default-stack-size has been removed
New config option oversized-stacksize and permission essentials.oversizedstacks
Fixes bug giving out too many items on /give and /item when a stacksize > 64 is given.
Fixes bug in /sell that ignores enchantments
/sell now uses Material.getMaxStackSize() for /sell egg 2s (will sell 32 instead of 128 now)
2011-11-28 19:55:51 +01:00
snowleo
0354b8d019
Translation of /balancetop
2011-11-28 18:59:33 +01:00
snowleo
eea7785b7f
Calculation of /balancetop is now async to prevent slowdown of the server
2011-11-28 18:53:38 +01:00
snowleo
7268e1965d
Ignore defaultstacksize from config, just use 64
2011-11-28 17:58:26 +01:00
KHobbits
05c90af1ee
Fix empty argument in delhome.
2011-11-28 02:54:19 +00:00
snowleo
aceda4c680
Allow enchantments to be removed using /enchant enchantmentname 0
2011-11-27 20:40:39 +01:00
snowleo
67be976d90
New permissions:
...
essentials.spawnmob.[mobname] and essentials.spawner.[mobname]
2011-11-27 19:59:06 +01:00
snowleo
ec6baa3621
Catch exception instead of checking for null
2011-11-27 19:13:55 +01:00
snowleo
c5251591de
Allow /unbanip playername, not just ips
2011-11-27 16:58:47 +01:00
snowleo
ccb4d3a7e8
Don't add the internal bukkit names to the enchantment list, to make it shorter.
2011-11-27 11:43:42 +01:00
snowleo
d5db9d404a
Revert to the old behavior of oversized stacks. We might remove or change this in the future.
2011-11-27 10:59:28 +01:00
snowleo
0c0c9573be
Updated the enchantment names to match those of the game
2011-11-27 10:48:10 +01:00
snowleo
76a8f794ef
Enchantments in CraftBukkit are still broken, but it works with Essentials :)
2011-11-27 10:02:41 +01:00
snowleo
cbba3639b9
Fix Typo
2011-11-27 09:09:04 +01:00
snowleo
098072517a
Added enchantment to /give and /item
...
Updated plugin.yml
2011-11-27 08:57:21 +01:00
snowleo
9b6c01d071
/spawner without mobname outputs available mobs
2011-11-27 07:32:42 +01:00
snowleo
3c71ae4cd9
Locale.ENGLISH!!1!
2011-11-27 06:23:07 +01:00
snowleo
f250a107e4
CB#1518 B#1042
...
Support for Enchantments & Removed broken BedFix (in cb now)
2011-11-27 06:01:41 +01:00
snowleo
65776d6ed2
BedLocationFix for CraftBukkit
2011-11-27 04:46:33 +01:00
snowleo
0234c55ce3
New command /enchant
...
Permissions for each enchantment: essentials.enchant.[enchantmentname]
For all use *
2011-11-27 04:36:42 +01:00
KHobbits
68297b5cf8
Merge branch 'master' of github.com:essentials/Essentials
2011-11-27 01:15:39 +00:00
KHobbits
ae4c10ced6
Fixing optional argument on tppos to use the correct yaw value.
2011-11-27 01:15:14 +00:00
snowleo
b5e9ad02ae
arrrgggss
2011-11-27 00:31:14 +01:00
snowleo
c70700f7b8
Fix banning random player (and all other commands where a empty player is given)
2011-11-27 00:23:40 +01:00
snowleo
b21b7b7e15
New behavior of the /home command and beds
...
- The behavior has been altered to match the vanilla server.
- Using a bed will no longer create a home in the users file, if config option bed-sethome is set
- The config option bed-sethome has been removed
- It's now possible to go to /home bed or /home playername:bed
- Bed locations stored before installing Essentials will be used
- Players respawn at their bed location (if set) instead of the spawn, if respawn-at-home is set to false
- The default value of spawn-if-no-home is set to true
- If spawn-if-no-home is set and the player has not set a home, he will be either teleported to his bed location (if set) or the spawn, when he uses the /home command
2011-11-26 22:30:40 +01:00
snowleo
8ed4418d5f
Translated /list command
2011-11-26 15:26:48 +01:00
snowleo
4ad19b6fad
Cleanup
2011-11-26 00:34:36 +01:00
snowleo
73d13f5748
Oh no! Angry wolf babies D:
2011-11-25 06:04:19 +01:00
snowleo
03452bda68
Baby wolfs, awwwwh
2011-11-25 05:54:32 +01:00
snowleo
613cb57fdb
CB#1501 B#1037
...
New spawnmob options: cow:baby sheep:baby chicken:baby pig:baby
2011-11-25 05:49:57 +01:00
KHobbits
af456a73dd
New permission essentials.nick.color
...
Allows control over who can use colour codes in nicknames.
2011-11-23 22:24:31 +00:00
KHobbits
2620e2ae08
Merge branch 'master' of github.com:essentials/Essentials
2011-11-22 04:00:26 +00:00
KHobbits
d59e2834d1
Rewriting help, to use new classes.
2011-11-22 04:00:04 +00:00
snowleo
63991cb38d
Moved all dependency on craftbukkit to one package in the main jar. The rest is now clean bukkit code. Also cleaned PlayerExtension class.
2011-11-22 03:02:08 +01:00
snowleo
a5853baf4c
Set shooter of Fireball or it will die instantly.
2011-11-21 03:50:31 +01:00
snowleo
220d68f375
Switch to the new I18n class and format cleanup of all classes
2011-11-21 02:55:26 +01:00
snowleo
19f5a2340d
Fix timeWorldCurrent translation key in /time command
2011-11-20 19:12:20 +01:00
snowleo
14cc499421
Fix long prefix breaking setPlayerListName(), because they are too long.
...
If Essentials detects, that the player name would be too long with prefix and suffix to fit in the player list, it will only update the name without prefix and suffix but with nickname and opcolor.
2011-11-20 16:43:38 +01:00
snowleo
8c478c76a5
Added option to /fireball command: /fireball small
2011-11-20 14:34:03 +01:00
snowleo
293f2f7cd2
Added new mobs
2011-11-20 14:33:17 +01:00
KHobbits
cd9ea163e4
Continuing code cleanup
2011-11-18 22:09:26 +00:00
KHobbits
fc00ff471d
Merge branch 'master' of github.com:essentials/Essentials into essmaster
2011-11-18 19:18:06 +00:00
snowleo
85ef892f0e
Null checks
2011-11-18 20:15:26 +01:00
KHobbits
2e0fb15952
More code cleanup.
2011-11-18 18:33:22 +00:00
KHobbits
11f02fb947
Code cleanup continues...
2011-11-18 18:11:49 +00:00
KHobbits
e5a8cd88f0
Code cleanup continued.
2011-11-18 17:48:49 +00:00
KHobbits
a05f730e76
Little more command cleanup.
2011-11-18 13:48:31 +00:00
KHobbits
a9b77b3486
Updating gamemode to allow essentials.gamemode.other.
2011-11-18 12:08:27 +00:00
KHobbits
e54d73704e
Command cleanup
2011-11-18 12:06:59 +00:00
snowleo
0bbc1e540b
motd and rules are now configured in the files motd.txt and rules.txt, values from config.yml are copied automatically
...
New features:
Info command now understands the tags from motd and rules
motd and rules are now multipage
On join, only the first page of motd is shown.
2011-11-18 04:18:03 +01:00
snowleo
b9daf6aaa5
Sudo: This would break horrible for offline players and the original player object has to be used.
2011-11-16 04:26:24 +01:00
KHobbits
4be1797592
Sudo Command
...
This might never make it to release, needs tidying first at least.
2011-11-16 03:00:31 +00:00
KHobbits
c0d046841f
Gamemode sign, standard sign permissions.
2011-11-16 00:21:55 +00:00
KHobbits
e4c3f7b115
New permission: essentials.repair.armor
...
If a player has this permission '/repair all' will also repair equipped armor.
2011-11-15 23:54:26 +00:00
KHobbits
f51b92c99e
Updating banip to support offline players.
2011-11-15 23:01:15 +00:00
snowleo
27ee7efde5
Cleanup of the /tree commands
2011-11-15 22:51:14 +01:00
snowleo
d2f3bf94ae
Prevent that players are teleported to offline players using /tpa and players that lost their tpahere permission
2011-11-15 22:51:14 +01:00
KHobbits
165d499ef3
Adding op/god mode to whois.
2011-11-04 23:41:39 +00:00
KHobbits
fd2ec22919
Clear all powertools - /powertool c:
2011-11-04 16:42:03 +00:00
KHobbits
7618754b89
Removing Reloadall Command
...
Tidy plugin.yml
2011-11-04 16:20:09 +00:00
snowleo
8890284b3e
Temporary debug mode using /essentials debug
2011-11-04 02:44:00 +01:00
KHobbits
6e4bf932ec
Adding game mode command for quick toggling (/gm /creative /gamemode)
2011-11-03 23:39:13 +00:00
KHobbits
f98eb4a40d
Adding gamemode to whois
...
Fixing exception in unban
2011-11-03 23:10:42 +00:00
KHobbits
51920420ce
Allow proper escaping and use of & symbol in nicks (&& = &).
2011-11-03 22:19:33 +00:00
KHobbits
d171cce45d
Trim long nicknames for use in tab list
...
Colour Nicknames
Refactor /nick Command
Fix nickother validity checks.
2011-11-03 22:13:50 +00:00
KHobbits
d264c26310
Allow the use of the warp command from the console
2011-11-03 16:17:39 +00:00
KHobbits
094a747db3
More message, in /me
2011-10-29 10:36:30 +01:00
KHobbits
284f48f631
Updating actions to allow translations, and colour.
2011-10-29 09:38:32 +01:00
KHobbits
d064c68875
Fixing invsee error.
2011-10-26 06:02:54 +01:00
KHobbits
2bb45022d6
Extra triggers for /sell inventory
2011-10-26 03:32:38 +01:00
KHobbits
dc2e23c85a
Improved readability of /sell
...
~translations need checking~
2011-10-26 03:05:09 +01:00
snowleo
358456c8ea
Cleanup
2011-10-19 14:47:32 +02:00
snowleo
1c7dcfc63d
Merge pull request #30 from tustin2121/master
...
Porting Some Player-Only Commands to the Console
2011-10-19 05:38:56 -07:00
Tim P
82b225a261
Minor fixes. Basic testing shows all works.
2011-10-18 23:08:06 -04:00
Tim P
a86a1990cd
Made a couple commands available for the console (ones that make sense to be able to
...
access from the command line).
2011-10-18 12:12:41 -04:00
KHobbits
625c7d0302
Save the ban reason, not the command name.
2011-10-18 05:35:21 +01:00
snowleo
200ef0c8e2
Correctly fix the N/S direction
2011-10-15 01:15:01 +02:00
snowleo
5395b6f73a
Merge branch 'master' into groupmanager
2011-10-11 12:51:53 +02:00
ElgarL
6877f95636
Merge branch 'groupmanager' of
...
https://elgarl@github.com/essentials/Essentials.git into groupmanager
Conflicts:
EssentialsGroupManager/src/Changelog.txt
2011-10-11 01:05:48 +01:00
ElgarL
cb41b7ac33
Fixed manudelsub not correctly selecting the group to remove.
2011-10-11 01:03:38 +01:00
snowleo
67c0f57756
Cleanup
2011-10-09 23:31:13 +02:00
snowleo
164070b487
Notch decided that the sun rises north and sets south.
...
"Corrected" values for /getpos and /compass
2011-10-09 23:23:00 +02:00
snowleo
a9a87710f3
Easier version of /banip username
2011-10-09 16:44:35 +02:00
snowleo
5984cd5835
Fix pull request of damage request
2011-10-09 16:43:58 +02:00
snowleo
8fe0887141
Merge pull request #29 from zzbomb/patch-1
...
Improved to operate like.. "banip <IP|Username>" bans the specified IP or
2011-10-09 07:07:15 -07:00
snowleo
8389a59d54
Merge pull request #27 from feildmaster/patch-1
...
Fires an event before "killing."
2011-10-09 07:06:45 -07:00
snowleo
313df9988d
Fix NPE in /repair
2011-10-08 19:41:41 +02:00
zzbomb
16384159e7
Improved to operate like.. "banip <IP|Username>" bans the specified IP or the IP of the user specified.
2011-10-08 10:04:07 -03:00
snowleo
11d22f95cc
Removing obsolete Nether portal code.
...
If you want more control over the worlds, I recommend using Multiverse.
/world command still exists, it can be used to switch between worlds. The default ratio of 8 is used for nether.
2011-10-04 21:58:47 +02:00
KHobbits
608ebfdb4a
Add hunger replenish to /heal (Do we want to add a toggle?)
2011-10-04 08:34:06 +01:00
KHobbits
da337284e5
Adding list name to /nick support.
2011-10-04 07:21:09 +01:00
feildmaster
7668af15b0
Fires an event before "killing."
...
Can be made cancel-able.
Could also be written to add "suicide" (if sender == player)
2011-10-03 03:40:42 -05:00
KHobbits
b2614e363b
Fixing mail argument errors.
2011-10-03 06:42:38 +01:00
KHobbits
ea76161ba5
Allow different 'sets' of multiple homes, definable by permission.
...
- Not sure I like this, but it does seem to work
- changed config key for backwards compatibility (config node sets value on failure).
2011-10-01 10:08:58 +01:00
snowleo
4edf1ad3f5
Kits timeout are now saved in user data
2011-09-30 00:53:25 +02:00
snowleo
a5239ef601
Allow delhome for offline users
2011-09-30 00:15:57 +02:00
snowleo
44e920e441
More exceptions thrown
2011-09-29 23:59:25 +02:00
snowleo
f8450e39e3
Correctly throw exceptions if mob spawn protection is on
2011-09-29 23:59:24 +02:00
KHobbits
efcab71969
Updating for register 1.3
2011-09-26 03:20:56 +01:00
KHobbits
bd8fe521cd
Adjusting behavior of 'spawn-if-no-home'.
2011-09-24 03:31:20 +01:00
ementalo
2844af0039
Throw correct exceptions Test #943
2011-09-22 17:29:00 +01:00
ementalo
bd74bd1286
Added new command /powertooltoggle, enables / disables all powertools assigned (does not remove them) Test #919
2011-09-19 22:41:39 +01:00
snowleo
b2394048fa
Allow yaw & pitch in /tppos
2011-09-18 03:34:05 +02:00
snowleo
82e389be8f
New animals for spawner and spawnmob
2011-09-17 19:50:57 +02:00
snowleo
828f97c9a8
Merge branch 'bukkitupdate'
2011-09-15 00:34:29 +02:00
okamosy
d2bf35dac2
added a clearall option to powertools
2011-09-10 10:39:35 +01:00
okamosy
8d6e3e7c18
Merge branch 'master' of github.com:essentials/Essentials
2011-09-10 09:39:15 +01:00
KHobbits
0b057d8e29
Move 'spawnifnospawn' check to home decision tree.
2011-09-09 14:23:42 +01:00
snowleo
4c6cc5ced0
Updates for banning
...
Removing the ban workaround
We might remove the ban commands completely.
2011-09-07 22:34:53 +02:00
KHobbits
4abbbcb82b
Throwing an error on /sethome if you cant set multiple homes.
2011-09-02 15:58:25 +01:00
snowleo
fb211d722c
Prevent that hidden players broadcast afk messages
...
Prevent that moving players triggers unafk too early, they can now move within a radius of 3 blocks from the position where they went afk.
2011-09-02 16:16:15 +02:00
snowleo
382bd24046
Prevent afk message after login, also don't show afk message on logout.
2011-09-01 15:29:45 +02:00
snowleo
ecc1a0acea
Missing nochargeexception in /home and /world
2011-08-30 09:46:31 +02:00
KHobbits
afb951461c
Adding throw to prevent double charge.
2011-08-30 03:42:31 +01:00
snowleo
e9a14b204f
NoChargeException for teleport commands
2011-08-30 03:15:50 +02:00
snowleo
1cbdbc40a5
/help now supports multiple permissions for a command in plugin.yml
...
Also minor cleanup
2011-08-30 03:15:10 +02:00
snowleo
17e11adf9a
Catch NPE in /powertool, also cleanup
2011-08-30 01:14:03 +02:00
snowleo
3ec0dbd404
Oops, these too.
2011-08-27 23:54:23 +02:00