Archive - EssentialsSpawn-2.5.8

Details

  • Filename
    EssentialsSpawn.jar
  • Uploaded by
  • Uploaded
    Oct 12, 2011
  • Size
    7.10 KB
  • Downloads
    13,008
  • MD5
    354cf2ca7d8e14ee4f513b214ee90dab

Supported Bukkit Versions

  • Beta 1.7.3

Changelog

Change Log:
  • Merge branch 'master' into release
  • Fix afk not disabled after command use
  • Merge branch 'master' into release
  • Ignore more local branches
  • Cross world move check
  • Disabling update check for now, we have to find a better solution.
  • 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.
  • Merge branch 'master' into release
  • Restore tempban functionality
  • items.csv changes by andrewkm
  • Merge branch 'master' into release
  • Prevent afk message after login, also don't show afk message on logout.
  • Sample permissions for PermissionsBukkit, PermissionsEx and bPermissions
  • Copy&Paste Bugs are always stupid
  • Cleanup
  • Cleaner checkPermissions()
  • Using base instead of our wrapped player for permission check.
  • Minor rewrite of Permissions package, all the stuff is now in one place.
  • Merge branch 'master' into release
  • Missing nochargeexception in /home and /world
  • NoChargeException for teleport commands
  • /help now supports multiple permissions for a command in plugin.yml

    Also minor cleanup
  • First update check is done 10 minutes after server start.
  • Catch NPE in /powertool, also cleanup
  • Merge branch 'master' into release
  • Fix compatibility issues with Citizens
  • Cleanup
  • If PermissionsBukkit or bPermissions is detected, we don't need the config switch.
  • Updates to Plugin listener
  • Adding support for two more permission systems.
  • Revert "Testing yaml annotations"

    This reverts commit fba4dd2d9a9a347a83b557432fdc4da32ab3ccaa.
  • Another build fix
  • Allow the build server to build again.
  • Disabling broken test
  • Testing yaml annotations
  • Oops, these too.
  • Forgot this one
  • Correctly charge for the use of commands.
    We now first test, if the user could pay it, do the stuff and then charge him. If the command throws an exception, the user will not be charged.
  • Fixes to auto afk
  • Display which permission system is used.
  • Less use of Craftbukkit code, so less things will break on MC update.

    Added try/catch around the tnt and creeper protection code. The event will now always canceled, even if our fake explosion code fails.
  • Cleanup & output result of backup command
  • Protect detector/powered rails
  • Protect detector/powered rails
  • Prevent that wrong ids are used in /kit
  • Disable /nick if change-displayname is disabled
    Some translations
  • Another fix for /repair
  • Cleanup of repair command and allow different charges for each item.
  • Prevent kick for floating while afk & frozen
  • Fixes for afk
  • Cleanup of EssentialsConf and delete empty files or files that are corrupt.
  • Auto-AFK, AFK-Kick and freeze afk players
  • PVP protection for arrows and other projectiles. Needs cleanup.
  • Correctly catch signs ignition
  • midnight = 12am
    noon = 12pm
  • midnight = 12am
    noon = 12pm
  • Update check for Essentials
  • Show filename on yaml error
  • Throwing an error on /sethome if you cant set multiple homes.
  • fix failed edit on github
  • Edited Essentials/src/com/earth2me/essentials/perm/Permissions2Handler.java via GitHub
  • Adding throw to prevent double charge.
  • Powertool fix.
  • Merge branch 'master' of github.com:essentials/Essentials into essmaster
  • Adding essentials.delhome.others to allow people to delete other peoples homes.
  • Make home throw an exception if the world doesn't exist.
    Add multiverse/missing world support to home upgrade.
  • Skip default home if it's invalid.
  • Fixing NPE on Entity Listener (Powertool).
  • Essentials.sethome.others doesn't imply essentials.sethome.multiple.
    Restore essentials.home.others permission check.
  • Join full server patch.
  • Merge branch 'master' of github.com:essentials/Essentials
  • Fix to repair in plugin.yml
  • Homes tolower.
    Max homes fix.
  • Adding delhome
    Making sethome allow redefine
  • Adding Home upgrade script.
    Tidying up home code.
  • Merge branch 'master' of github.com:essentials/Essentials
  • Added multiple homes.
    Permissions currently: essentials.sethome.multiple and essentials.sethome.multiple.unlimited
    New config setting: multiple-homes (default value 5)
  • Merge branch 'master' of github.com:essentials/Essentials
  • updated to use corrected joinList function.
  • Updated joinList to properly handle lists of lists.
  • Added util function concat(List) and concat(string, list) to concatenate lists into a string.
    Updated powertool to use new concat method.
  • Removed commented-out code
  • Completed changing powertool config from tokenized string to lists
  • added config upgrade for powertools
  • Merge branch 'master' of github.com:khobbits/Essentials
  • converted powertool config to use lists instead of tokenized strings
    Powertool update
  • Merge branch 'master' of github.com:khobbits/Essentials
  • Added ability to assign multiple powertools to an item
    Added option to list commands assigned powertools