KHobbits
e5b91dae73
Fixing kits for new config classes.
2012-02-22 12:32:51 +00:00
snowleo
f46948249e
Updated Essentials to work with R5
2012-02-21 17:33:46 +01:00
KHobbits
3077ea4ef1
Re-allow colours in newb welcome messages.
2012-02-18 21:34:05 +00:00
KHobbits
945ae71480
Adding full keyword support for newb join message.
...
Also adding {ADDRESS} and {USERNAME} as new keywords.
2012-02-18 21:09:18 +00:00
KHobbits
8500542e93
Remove invalid item spawn blacklist warning during startup.
2012-01-29 23:36:27 +00:00
KHobbits
ebb3a77430
Fix sign list format.
2012-01-29 01:38:24 +00:00
KHobbits
e1abdbdd37
Added options to enable each sign type
2012-01-29 01:12:38 +00:00
KHobbits
8d441a4cc7
Messages Cleanup
2012-01-20 23:13:37 +00:00
snowleo
04a43eb5d0
New Event code for EssentialsSpawn
2012-01-20 05:34:28 +01:00
KHobbits
d08b1a5089
Fix EssChat displayname error.
2012-01-19 15:51:55 +00:00
snowleo
5f04d1867c
Cache MessageFormats for Chat
2012-01-19 02:03:20 +01: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
snowleo
02b25120e8
Allow to set the Respawn priority in config.
2011-12-07 15:09:22 +01:00
snowleo
d60de76d87
New config option disable-item-pickup-while-afk, defaults to true.
2011-12-07 12:10:41 +01:00
ementalo
b9077d91a5
Adding ability to save /back location from teleport events outside essentilals
...
New config setting to turn this on "register-back-in-listener"
Test #1200
CB#1560 / B#1055
2011-12-06 22:56:38 +00: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
Khyperia
1cb593dba3
Added per-world permissions for /world
2011-12-03 12:13:42 -05:00
snowleo
1489203aca
New config options repair-enchanted (default true) and permission essentials.repair.enchanted
2011-12-02 08:30:52 +01:00
KHobbits
2dc6f8c202
Command Cleanup
2011-12-01 13:42:39 +00:00
snowleo
35f5578436
New config option update-bed-at-daytime that allows players to always set their bed location
2011-11-30 02:51:02 +01:00
KHobbits
cdbae1631d
Settings Cleanup.
2011-11-29 16:16:45 +00: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
KHobbits
4a83d17fec
Adding extra mobs to essentials protect, changing some default settings.
2011-11-28 12:55:54 +00:00
snowleo
3c71ae4cd9
Locale.ENGLISH!!1!
2011-11-27 06:23:07 +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
871c0e6b6a
Disable god mode automatically in worlds defined by config
2011-11-25 07:12:21 +01:00
snowleo
220d68f375
Switch to the new I18n class and format cleanup of all classes
2011-11-21 02:55:26 +01: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
snowleo
8890284b3e
Temporary debug mode using /essentials debug
2011-11-04 02:44:00 +01:00
snowleo
6c479fceed
Removing never used ErrorHandler and UpdateTimer from Essentials Core, they are now in EssentialsUpdate
2011-10-27 18:45:27 +02:00
KHobbits
04de66bc8a
Sneaking in an option to disable prefix/suffix selectively.
...
(This will probably be removed during ess chat rewrite).
2011-10-27 06:17:18 +01:00
KHobbits
27a0552c2a
Removing debugging.
2011-10-18 02:21:26 +01:00
KHobbits
7c5674c294
More debugging
2011-10-18 02:11:22 +01:00
KHobbits
f5c442aa5c
Adding a debug note.
2011-10-18 01:55:35 +01:00
snowleo
3496df6468
Allow to disable the death messages of minecraft
2011-10-09 20:59:06 +02: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
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
KHobbits
03b73072d9
Hiding the nether options, that are going to be removed in a future release.
2011-09-29 00:33:55 +01:00
snowleo
248e4e2ae2
Disabling update check for now, we have to find a better solution.
2011-09-02 16:28:34 +02:00
snowleo
8998168ec2
Auto-AFK, AFK-Kick and freeze afk players
2011-08-27 13:59:49 +02:00
KHobbits
9dc54340f8
Merge branch 'master' of github.com:essentials/Essentials
2011-08-23 03:43:14 +01:00
KHobbits
0592c1fe11
Added multiple homes.
...
Permissions currently: essentials.sethome.multiple and essentials.sethome.multiple.unlimited
New config setting: multiple-homes (default value 5)
2011-08-23 03:42:32 +01:00
snowleo
90419cdbf5
Update check for Essentials
2011-08-23 02:46:19 +02:00
snowleo
b84785cc82
If add-prefix-suffix is not set in config and EssentialsChat is installed, it will default to true now for backwards compatibility.
2011-07-24 00:41:54 +02:00
snowleo
3cedfeef2c
Separate config setting for prefix/suffix
2011-07-23 01:43:02 +02:00
snowleo
cc31fbed8e
Bukkit Permission system
...
New config setting: use-bukkit-permissions
2011-07-18 00:30:39 +02:00
snowleo
d9b88a83d1
restricted-commands have been removed from config.yml
...
Now we have a whitelist: player-commands
2011-07-16 04:05:43 +02:00
snowleo
78c376af79
Created an interface for settings.
2011-07-16 02:38:22 +02:00
snowleo
a38fe6acd4
Heavy cleanup of all classes
...
ItemDb is not static anymore
Essentials.getStatic() removed
2011-07-16 01:33:22 +02:00