PrisonMine v.1.3
Details
-
FilenamePrisonMine.jar
-
Uploaded by
-
UploadedFeb 11, 2013
-
Size236.97 KB
-
Downloads7,972
-
MD51b8b823282865ac1d94fb5d5660eaf21
Supported Bukkit Versions
- CB 1.4.7-R1.0
Changelog
PrisonMine 1.3
Compatibility
- CraftBukkit 1.4.7-R1.0
- PrisonSuite 1.3
Changes
- New commands:
/mine variables
lists all available variables from an in-game command/mine setwarp
will set the TP point for the mine/mine reload
(former/mine data load
) will reload the data from the file/mine saveall
(former/mine data save
) will forcebly save all data to file
- Changes to commands:
- Changed the
/mine flag
command to have flags save mine-specific options./mine flag <flag>
is still the syntax for flags without an option/mine flag <flag> <option>
is the syntax for flags with an option
- Block replacement rules:
/mine blacklist help
is now used to receive help docs on the commands/mine blacklist
will toggle the blacklist on or off, or switch to blacklist if whitelist is enabled/mine whitelist
will toggle the whitelist on or off, or switch to whitelist if blacklist is enabled
- Protection:
/mine protection help
is now used to receive help docs on the commands- Block breaking rules:
/mine prot break blacklist
will toggle the blacklist on or off, or switch to blacklist if whitelist is enabled/mine prot break whitelist
will toggle the whitelist on or off, or switch to whitelist if blacklist is enabled
- Block placement rules:
/mine prot place blacklist
will toggle the blacklist on or off, or switch to blacklist if whitelist is enabled/mine prot place whitelist
will toggle the whitelist on or off, or switch to whitelist if blacklist is enabled
- Editing:
/mine edit help
is now used to receive help docs on the commands/mine edit
will now de-select the active mine, instead of/mine edit none
/mine cooldown
will toggle the cooldown on and off, instead of/mine cooldown toggle
- Triggers:
/mine trigger help
is now used to receive help docs on the commands/mine trigger time
will now toggle the timer, instead of/mine trigger time toggle
/mine trigger composition
will now toggle the composition reset, instead of/mine trigger composition toggle
- Warnings:
/mine warning toggle
was deprecated. Remove warnings with/mine warning remove <time>
instead
- Information:
- Replaced the messy flag list with a cleaner one
- About:
- Tweaked the plugin to output the build number alongside with the version
- Credited
theangrytomato
for his participation in the development of the plugin - Credited 'speedrookies' for his participation in the development of the plugin
- Changed the
- New flags:
- MoneyReward : Pay the players a specified money for mining any blocks in the mine
- MoneyRewardPlus : Same as above, but excludes the most common block
- NoExpDrop : Prevents blocks in the mine from dropping experience orbs
- NoHungerLoss : Players in the mine region will not lose hunger
- NoPlayerDamage : Any damage dealt to the player will be cancelled
- PlayerEffect : Add any potion and beacon effects to the players in the mine
- ResetSound : Play any in-game sound once the mine resets
- ToolReplace : Once a tool breaks while mining blocks in the mine, it will be replaced with a new one
- Changes to flags:
- SurfaceOre : Added an option to have a custom surface ore
- SuperTools : Axes and spades will not be affected by the flag
- NoToolDamage: Axes and spades will not be affected by the flag
- New features:
- If players logged out inside the mine region, they will be teleported to the mine TP point on login. This can be disabled with
teleport-players-out-of-the-mine
set tofalse
- If players logged out inside the mine region, they will be teleported to the mine TP point on login. This can be disabled with
- Bug fixes:
- Security bug fix: Missing permission when breaking a Display Sign
- Fixed block chance percentages sometimes being invalid due to a rounding error
- Fixed some variables not being rounded properly on signs
- Fixed
teleport-players-out-of-the-mine
being set tofalse
by default - Fixed
<PLAYER>
not reflecting the player who last reset the mine properly - Fixed
/mine warning remove
command not working - Fixed variables not being parsed in some messages
- Fixed some flags being turned on by default
- Fixed colors not being parsed inside help doc headers
- Removed rogue remains of non-existent commands
- Fixed several mistakes and type-o's
- General cleanup and optimization
Important Note
While the mines are no longer prone to indefinite reset loops, their timers may still jam. The reset time will freeze and will not change until the server is restarted, or the plugins are reloaded through /reload. This is a known issue and is being worked on.