summaryrefslogtreecommitdiffstats
path: root/EssentialsSpawn/src/com/earth2me/essentials/spawn/EssentialsSpawnPlayerListener.java
Commit message (Collapse)AuthorAgeLines
* Async EssentialsSpawn join event, like the others.KHobbits2012-09-08-3/+19
|
* Adding starter/newbie kit to EssentialsSpawnKHobbits2012-03-04-7/+24
| | | | Optimization to EssentialsSpawn join event.
* Prevent EssSpawn trying to handle spawning of jailed players.KHobbits2012-02-28-0/+5
|
* Adding full keyword support for newb join message.KHobbits2012-02-18-1/+6
| | | | Also adding {ADDRESS} and {USERNAME} as new keywords.
* If bed home is set, give priority when spawning.KHobbits2012-01-28-8/+8
|
* Check bed still exist, for bed homes.KHobbits2012-01-28-2/+8
|
* Don't try to spawn users who have disconnected before we have a chance to ↵ementalo2012-01-24-3/+9
| | | | spawn them
* New Event code for EssentialsSpawnsnowleo2012-01-20-4/+2
|
* Removing debugging messages.KHobbits2012-01-13-4/+0
|
* Adjusting default spawn behavior.KHobbits2012-01-13-5/+13
| | | | Moving option in config file.
* Null check in new player teleport, fixes #1212snowleo2011-12-07-1/+5
|
* Catch TeleportClause.COMMAND in the teleport listener.ementalo2011-12-07-1/+2
| | | | Changed Teleport methods to pass a TeleportClause param
* Updated EssentialsSpawn to use the new config codesnowleo2011-12-06-17/+30
| | | | /spawn and /home now call the PlayerRespawnEvent to make it more compatible with other plugins.
* Ignore teleport cooldown on /tjailsnowleo2011-12-04-1/+1
|
* CB#1518 B#1042snowleo2011-11-27-3/+2
| | | | Support for Enchantments & Removed broken BedFix (in cb now)
* BedLocationFix for CraftBukkitsnowleo2011-11-27-2/+3
|
* New behavior of the /home command and bedssnowleo2011-11-26-16/+13
| | | | | | | | | | | - 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
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-2/+2
|
* Prevent that hidden players broadcast afk messagessnowleo2011-09-02-1/+1
| | | | 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.
* Allow the use of the world spawn in EssentialsSpawn for new players.snowleo2011-08-11-10/+13
|
* Heavy cleanup of all classessnowleo2011-07-16-3/+7
| | | | | ItemDb is not static anymore Essentials.getStatic() removed
* Fix for Craftbukkit Bug 912snowleo2011-06-12-10/+21
|
* Missed some parts for the last commitssnowleo2011-06-01-7/+10
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1555 e251c2fe-e539-e718-e476-b85c1f46cddb
* Fix /home player for offline playerssnowleo2011-05-15-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1497 e251c2fe-e539-e718-e476-b85c1f46cddb
* Missing stuff for /ignoresnowleo2011-05-15-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1495 e251c2fe-e539-e718-e476-b85c1f46cddb
* Make sure, we will never give a null as respawn location.snowleo2011-05-13-1/+5
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1430 e251c2fe-e539-e718-e476-b85c1f46cddb
* Fix player kick if home is not set on respawn.snowleo2011-05-13-1/+6
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1427 e251c2fe-e539-e718-e476-b85c1f46cddb
* More translation stuff. Translated Spawn, Chat, Protect, GeoIPsnowleo2011-05-10-1/+2
| | | | | | | Protect is only partly translated (sql stuff is not translated) EssentialsSpawn is changed to use the onCommand from Essentials jar, since that is more up to date. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1408 e251c2fe-e539-e718-e476-b85c1f46cddb
* This is a big refactoring of the user class and more.snowleo2011-05-01-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many commands have been cleaned. File changes: - all user data has been moved from users.yml to userdata folder - all files in userdata folder are lower case Both changes should be done automatically. Class changes: - Moved all user data functions to UserData class - Moved all user teleport functions to Teleport class - Moved the user list to Essentials class - Less static functions for better testing - EssentialsCommand now has ess Property (Essentials class) - New NotEnoughArgumentsException, that will show command description and syntax New commands: - /seen, shows the last login or logout - /tempban, temporarily ban someone - /tjail and mute, temporarily option added Other changes: - ban reason is saved - don't show "You have xxx mail" on login, if user doesn't have essentials.mail permission - time will be parsed: years, months (mo), weeks, days, hours, minutes (m), seconds, these can be shortened and combined, example: 2 days 5h 30m git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1300 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Removed useless loadClasses() method from Essentials.snowleo2011-04-16-2/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1216 e251c2fe-e539-e718-e476-b85c1f46cddb
* Updated for CB 602Zenexer2011-03-30-2/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1043 e251c2fe-e539-e718-e476-b85c1f46cddb
* Revert to 1013snowleo2011-03-30-2/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1021 e251c2fe-e539-e718-e476-b85c1f46cddb
* 2.1 prerelease, part 2 of 3Zenexer2011-03-30-0/+51
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk2.1@1015 e251c2fe-e539-e718-e476-b85c1f46cddb