summaryrefslogtreecommitdiffstats
path: root/EssentialsSpawn
Commit message (Collapse)AuthorAgeLines
* Move EssentialsSpawn into the main plugin, going to make it a component in ↵md_52012-03-03-1776/+0
| | | | the near future
* Merge branch 'refs/heads/master' into 3.0snowleo2012-02-21-1/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore Essentials/src/com/earth2me/essentials/Essentials.java Essentials/src/com/earth2me/essentials/EssentialsTimer.java Essentials/src/com/earth2me/essentials/ISettings.java Essentials/src/com/earth2me/essentials/Jails.java Essentials/src/com/earth2me/essentials/OfflinePlayer.java Essentials/src/com/earth2me/essentials/Settings.java Essentials/src/com/earth2me/essentials/User.java Essentials/src/com/earth2me/essentials/UserData.java Essentials/src/com/earth2me/essentials/UserMap.java Essentials/src/com/earth2me/essentials/Util.java Essentials/src/com/earth2me/essentials/commands/Commandnear.java Essentials/src/com/earth2me/essentials/commands/Commandping.java Essentials/src/com/earth2me/essentials/commands/Commandspawner.java Essentials/src/com/earth2me/essentials/commands/Commandspawnmob.java Essentials/src/com/earth2me/essentials/commands/Commandsuicide.java Essentials/src/com/earth2me/essentials/commands/Commandtpaccept.java Essentials/src/com/earth2me/essentials/commands/Commandwarp.java Essentials/src/messages_en.properties Essentials2Compat/src/com/earth2me/essentials/EssentialsConf.java Essentials2Compat/src/com/earth2me/essentials/EssentialsUpgrade.java EssentialsChat/src/plugin.yml EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java EssentialsSpawn/src/com/earth2me/essentials/spawn/EssentialsSpawnPlayerListener.java
| * Adding full keyword support for newb join message.KHobbits2012-02-18-1/+6
| | | | | | | | Also adding {ADDRESS} and {USERNAME} as new keywords.
* | New Groups code, supports groups.yml file, gm and vault, new economy api.snowleo2012-02-06-3/+3
| |
* | Modified BetterLocation, and new Permission-Systemsnowleo2012-02-05-5/+14
| |
* | More general cleanup.KHobbits2012-01-28-1/+0
| |
* | Random CleanupKHobbits2012-01-28-8/+18
| |
* | Fix missing import.KHobbits2012-01-28-0/+1
| |
* | Merge branch 'master' into 3.0KHobbits2012-01-28-3/+8
|\| | | | | | | | | | | | | | | | | Conflicts: Essentials/src/com/earth2me/essentials/commands/Commanddelhome.java Essentials/src/com/earth2me/essentials/commands/Commandhome.java Essentials/src/com/earth2me/essentials/commands/Commandsethome.java Essentials/src/messages_fr.properties EssentialsSpawn/src/com/earth2me/essentials/spawn/EssentialsSpawnPlayerListener.java
| * 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
* | Fix dependsKHobbits2012-01-25-2/+2
| |
* | remove merge leftoversementalo2012-01-24-0/+6
| | | | | | | | Don't try to spawn users who have disconnected before we have a chance to spawn them
* | Merge branch 'refs/heads/master' into 3.0snowleo2012-01-24-12/+28
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes to EssChat have not been merged Conflicts: Essentials/src/com/earth2me/essentials/Essentials.java Essentials/src/com/earth2me/essentials/EssentialsEntityListener.java Essentials/src/com/earth2me/essentials/ISettings.java Essentials/src/com/earth2me/essentials/OfflinePlayer.java Essentials/src/com/earth2me/essentials/Settings.java Essentials/src/com/earth2me/essentials/Util.java Essentials/src/com/earth2me/essentials/listener/EssentialsBlockListener.java Essentials/src/com/earth2me/essentials/listener/EssentialsPlayerListener.java Essentials/src/com/earth2me/essentials/listener/EssentialsPluginListener.java Essentials/src/messages.properties Essentials/src/messages_da.properties Essentials/src/messages_de.properties Essentials/src/messages_en.properties Essentials/src/messages_es.properties Essentials/src/messages_fr.properties Essentials/src/messages_nl.properties EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChat.java EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayer.java EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerHighest.java EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerLowest.java EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerNormal.java EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectBlockListener.java EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectPlayerListener.java EssentialsSpawn/src/com/earth2me/essentials/spawn/EssentialsSpawn.java EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPP.java EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPPPlayerListener.java
| * Removing load info, bucket displays that now.snowleo2012-01-20-5/+0
| |
| * New Event code for EssentialsSpawnsnowleo2012-01-20-6/+24
| |
* | Merge branch 'refs/heads/master' into 3.0snowleo2012-01-18-24/+17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Did some tweaks, so that it actually works. Conflicts: Essentials/src/com/earth2me/essentials/Essentials.java Essentials/src/com/earth2me/essentials/User.java Essentials/src/com/earth2me/essentials/Util.java Essentials/src/com/earth2me/essentials/commands/Commandhelpop.java Essentials/src/com/earth2me/essentials/commands/Commanditemdb.java Essentials/src/com/earth2me/essentials/commands/Commandmail.java Essentials/src/com/earth2me/essentials/commands/Commandme.java Essentials/src/com/earth2me/essentials/commands/Commandmsg.java Essentials/src/com/earth2me/essentials/commands/Commandnick.java Essentials/src/com/earth2me/essentials/commands/Commandr.java Essentials/src/com/earth2me/essentials/listener/EssentialsPlayerListener.java EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayer.java EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerLowest.java EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectBlockListener.java EssentialsSpawn/src/com/earth2me/essentials/spawn/EssentialsSpawn.java EssentialsSpawn/src/com/earth2me/essentials/spawn/EssentialsSpawnPlayerListener.java build.xml
| * 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
| |
* | Fixing Warp, Spawnmob signsKHobbits2012-01-04-2/+0
| | | | | | | | Fix Imports
* | I always forget thesesnowleo2012-01-03-23/+12
| |
* | EssentialsSpawn and EssentialsChat should build now againsnowleo2012-01-02-10/+85
| |
* | Netbeans 7.1 RC2 project stuffsnowleo2012-01-02-2/+11
| |
* | Updated all modules to new api, some settings are still missingsnowleo2011-12-14-19/+24
| |
* | Moved signs code to a new modulesnowleo2011-12-14-1/+1
|/
* 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.