KHobbits
e82ee71bd9
If bed home is set, give priority when spawning.
2012-01-28 00:57:08 +00:00
KHobbits
72885e1d6c
Check bed still exist, for bed homes.
2012-01-28 00:49:22 +00:00
KHobbits
085250c72f
Switch website URL's to point at wiki.
2012-01-28 00:20:46 +00:00
ementalo
0a05cda9bc
Don't try to spawn users who have disconnected before we have a chance to spawn them
2012-01-24 22:43:33 +00:00
snowleo
a44c6d51f7
Removing load info, bucket displays that now.
2012-01-20 05:52:35 +01:00
snowleo
49318ba78f
New Event code for EssentialsSpawn
2012-01-20 05:34:28 +01:00
KHobbits
ce6f6ad855
Removing debugging messages.
2012-01-13 22:50:48 +00:00
KHobbits
d242de8cc8
Adjusting default spawn behavior.
...
Moving option in config file.
2012-01-13 22:41:47 +00:00
snowleo
955843d6a0
Netbeans 7.1 stuff
2012-01-12 23:37:39 +01:00
KHobbits
61d77e5a44
Update copylibs.
2011-12-13 03:11:11 +00:00
KHobbits
825ebbd568
Update Bukkit jars and paths.
2011-12-12 22:45:59 +00:00
KHobbits
462c8e2e54
Update plugin information.
2011-12-09 21:51:31 +00:00
KHobbits
edfa47705f
Adjusting /spawn to not trigger respawn event.
2011-12-08 02:21:10 +00:00
snowleo
794e92879f
Allow to set the Respawn priority in config.
2011-12-07 15:09:22 +01:00
snowleo
261ebebb62
Null check in new player teleport, fixes #1212
2011-12-07 10:37:34 +01:00
ementalo
47f29cbe5d
Catch TeleportClause.COMMAND in the teleport listener.
...
Changed Teleport methods to pass a TeleportClause param
2011-12-07 01:12:36 +00:00
snowleo
e42d05c43e
Refactoring to create less redundant code
2011-12-06 15:38:14 +01:00
snowleo
166dfbd532
Prevent some rare cases of NPE and Deadlocks, better error handling on yaml load
2011-12-06 14:39:52 +01:00
snowleo
4c2b9b8d0f
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
49004cf0ec
Ignore teleport cooldown on /tjail
2011-12-04 22:57:40 +01:00
snowleo
b50e9dbe73
Added missing [player] to plugin.yml
2011-12-04 22:10:20 +01:00
snowleo
7816313028
New permission essentials.spawn.others
2011-12-04 22:09:36 +01:00
Khyperia
7837cc2301
Added /spawn <player>
...
Test #607
2011-12-03 20:24:35 -05:00
snowleo
b3f4e32401
Cleanup of the library folder
...
Also: we don't use the mysql.jar/sqlite.jar anymore, since it is included in craftbukkit. I don't know why this reference in config.yml still exists.
2011-12-01 01:35:48 +01:00
snowleo
3888b08f6d
If Essentials core fails to read one of the configs now, it will disable itself. If other modules detect that Essentials is not enabled, they will be disabled too. EssentialsProtect will go into emergency mode, canceling all events that could hurt your world. Fix the file and either restart or reload the server.
2011-11-30 20:49:11 +01:00
snowleo
e8cd89f788
CB#1518 B#1042
...
Support for Enchantments & Removed broken BedFix (in cb now)
2011-11-27 06:01:41 +01:00
snowleo
d5aa9d84e9
BedLocationFix for CraftBukkit
2011-11-27 04:46:33 +01:00
snowleo
8a63441f88
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
e3fa243753
Switch to the new I18n class and format cleanup of all classes
2011-11-21 02:55:26 +01:00
snowleo
8b2d076833
CB# 1467 B#1022
2011-11-20 14:03:00 +01:00
snowleo
8317797274
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
600237c5d2
Forgot this one
2011-08-27 23:38:21 +02:00
snowleo
45162f70b1
Allow the use of the world spawn in EssentialsSpawn for new players.
2011-08-11 13:32:11 +02:00
snowleo
d5254a2885
Changes to build-impl by Netbeans
2011-08-08 14:40:39 +02:00
snowleo
de498087fa
Correcting all line endings to LF
2011-07-24 23:19:12 +02:00
snowleo
44e55e01c8
Added code guidelines to all projects, so we don't need them globally.
...
Compress jar files
Don't copy lib files into dist folders
Removed vendor names
Changed all java versions to 1.6 to make it consistent.
2011-07-24 04:07:28 +02:00
snowleo
845a4054e3
Revert to correct class loader
2011-07-16 05:06:08 +02:00
snowleo
616b880e13
Heavy cleanup of all classes
...
ItemDb is not static anymore
Essentials.getStatic() removed
2011-07-16 01:33:22 +02:00
snowleo
34db81cc51
Corrected all commands of PermCommands
...
onCommand now supports the change of the permissions prefix
2011-06-26 15:47:28 +02:00
snowleo
c38191951c
Renamed the Charge class to Trade
2011-06-13 15:05:11 +02:00
snowleo
501118f784
Fix for Craftbukkit Bug 912
2011-06-12 02:47:50 +02:00
snowleo
95e7c8009f
Only import what we really need.
2011-06-07 01:08:31 +02:00
snowleo
395f65dc4a
Cleanup
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1563 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-06-02 13:22:24 +00:00
snowleo
641ec230d6
Missed some parts for the last commits
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1555 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-06-01 11:26:12 +00:00
snowleo
805394ff5c
Refactoring: New Charge class
...
user.canAfford(String), user.canAfford(EssentialsCommand), user.charge(String), user.charge(EssentialsCommand) have been removed.
Teleport class has been changed to use the Charge class.
This also fixes some bugs, like the one with warp signs.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1512 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-22 18:53:23 +00:00
snowleo
a940e29ad5
Fix /home player for offline players
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1497 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-15 21:27:54 +00:00
snowleo
4a9d3940ef
Missing stuff for /ignore
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1495 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-15 18:28:19 +00:00
snowleo
f86ebef670
Move Register stuff inside Essentials
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1454 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-13 23:39:18 +00:00
snowleo
79facdf889
Add Register as dependency for all projects.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1453 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-13 23:14:03 +00:00
snowleo
627a50b507
Make sure, we will never give a null as respawn location.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1430 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-13 14:31:07 +00:00