Skip to content

Tags: ashbash/SimpleSignEdit

Tags

2.0

Toggle 2.0's commit message

1.8.2

Toggle 1.8.2's commit message

1.8.1

Toggle 1.8.1's commit message
Version 1.8.1

1.8

Toggle 1.8's commit message
Fixed issue where setting an owner to no-one did not work.

I have no idea why this issue occurred; the fix is more of a workaround than a true fix.

1.7.1

Toggle 1.7.1's commit message
v1.7.1: Fixed an issue with checking if the table exists in some driv…

…ers, improved logging in that area, and fixed an issue with checking whether there is an owned sign at a given location

1.7

Toggle 1.7's commit message
Version 1.7: Database support added

- You can still save your keys to YAML as before by setting database.url to 'yaml'.
- Added auto-save option; if true, SimpleSignEdit will save its config when disabled even if it's not saving keys to YAML.
- Fixed typo

1.6.2

Toggle 1.6.2's commit message
Several bugfixes; pushed version to 1.6.2

- Removed Permissions dependency from the buildfile
- Added configuration option to allow anyone to break signs that have no owner even if break protection is enabled; it has no effect if break protection is not enabled
- Fixed a potential NullPointerException that would sometimes occur when disabling; this bug could in theory haved cause loss of owner data
- Fixed PermissionsBukkit antibuild interfering with the operation of the plugin; now you should be able to edit signs if you have simplesignedit.edit even if you do not have permissions.build
- Fixed duplication issue that resulted from a conflict with plugins that display an inventory window when right-clicking a sign; any other, similar duplication issues that I'm unaware of should be similarly fixed

1.6.1

Toggle 1.6.1's commit message
Changed block place priority to highest to allow it to work with Perm…

…issions anti-build, and bumped version accordingly.

1.6

Toggle 1.6's commit message
Made it possible for signs to be edited when build is disabled in Per…

…missionsBukkit (and any anti-build plugin that registers BLOCK_PLACE at normal priority).

1.5

Toggle 1.5's commit message
Updated for Bukkit superperms, and other little things

- No longer uses Permissions
- The simplesign.x nodes are no longer checked
- Doesn't send sign updates once per player (which doesn't imply not sending to all players, hopefully)
- Fixed colour permissions to work as advertised