summaryrefslogtreecommitdiffstats
path: root/EssentialsSpawn
Commit message (Collapse)AuthorAgeLines
* Netbeans 7.2 changessnowleo2012-08-03-55/+402
|
* add /e<command> aliases to essentials spawnIaccidentally2012-06-12-1/+3
|
* Implement all abstract methods.KHobbits2012-03-28-0/+10
|
* 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
|
* Switch website URL's to point at wiki.KHobbits2012-01-28-1/+1
|
* Don't try to spawn users who have disconnected before we have a chance to ↵ementalo2012-01-24-3/+9
| | | | spawn them
* Removing load info, bucket displays that now.snowleo2012-01-20-5/+0
|
* New Event code for EssentialsSpawnsnowleo2012-01-20-6/+24
|
* Removing debugging messages.KHobbits2012-01-13-4/+0
|
* Adjusting default spawn behavior.KHobbits2012-01-13-6/+14
| | | | Moving option in config file.
* Netbeans 7.1 stuffsnowleo2012-01-12-2/+11
|
* Update copylibs.KHobbits2011-12-13-5/+7
|
* Update Bukkit jars and paths.KHobbits2011-12-12-2/+2
|
* Update plugin information.KHobbits2011-12-09-1/+1
|
* Adjusting /spawn to not trigger respawn event.KHobbits2011-12-08-6/+13
|
* Allow to set the Respawn priority in config.snowleo2011-12-07-1/+1
|
* Null check in new player teleport, fixes #1212snowleo2011-12-07-1/+5
|
* Catch TeleportClause.COMMAND in the teleport listener.ementalo2011-12-07-4/+6
| | | | Changed Teleport methods to pass a TeleportClause param
* Refactoring to create less redundant codesnowleo2011-12-06-92/+19
|
* Prevent some rare cases of NPE and Deadlocks, better error handling on yaml loadsnowleo2011-12-06-2/+21
|
* Updated EssentialsSpawn to use the new config codesnowleo2011-12-06-27/+194
| | | | /spawn and /home now call the PlayerRespawnEvent to make it more compatible with other plugins.
* Ignore teleport cooldown on /tjailsnowleo2011-12-04-1/+1
|
* Added missing [player] to plugin.ymlsnowleo2011-12-04-1/+1
|
* New permission essentials.spawn.otherssnowleo2011-12-04-4/+4
|
* Added /spawn <player>Khyperia2011-12-03-2/+31
| | | | Test #607
* Cleanup of the library foldersnowleo2011-12-01-2/+1
| | | | 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.
* If Essentials core fails to read one of the configs now, it will disable ↵snowleo2011-11-30-5/+8
| | | | 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.
* 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-10/+11
|
* CB# 1467 B#1022snowleo2011-11-20-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.
* Forgot this onesnowleo2011-08-27-1/+0
|
* Allow the use of the world spawn in EssentialsSpawn for new players.snowleo2011-08-11-10/+13
|
* Changes to build-impl by Netbeanssnowleo2011-08-08-3/+4
|
* Correcting all line endings to LFsnowleo2011-07-24-91/+91
|
* Added code guidelines to all projects, so we don't need them globally.snowleo2011-07-24-5/+40
| | | | | | | 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.
* Revert to correct class loadersnowleo2011-07-16-1/+1
|
* Heavy cleanup of all classessnowleo2011-07-16-29/+30
| | | | | ItemDb is not static anymore Essentials.getStatic() removed
* Corrected all commands of PermCommandssnowleo2011-06-26-1/+1
| | | | onCommand now supports the change of the permissions prefix
* Renamed the Charge class to Tradesnowleo2011-06-13-2/+2
|
* Fix for Craftbukkit Bug 912snowleo2011-06-12-10/+21
|
* Only import what we really need.snowleo2011-06-07-2/+3
|
* Cleanupsnowleo2011-06-02-1/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1563 e251c2fe-e539-e718-e476-b85c1f46cddb
* Missed some parts for the last commitssnowleo2011-06-01-11/+18
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1555 e251c2fe-e539-e718-e476-b85c1f46cddb