SpigotMC中文版
关于

资源详情

MineResetLite

前往SpigotMC 翻译(Beta) 下载资源

Lightweight implementation for automatic mine resets.

作者: Boomclaw / 下载量: 316603 / 0.00元

MineResetLite is a must-have plugin for all prison servers.

Features:

    [*]Easy to use, easy to understand
    [*]Select mines via WorldEdit or manually
    [*]Easily modify ore percentages
    [*]Automatically broadcast mine reset warnings
    [*]Automatically teleport players out of the mine to prevent suffocation
    [*]Customizable reset messages.

New additions:

    [*]Teleport command.
    [*]Get information from the mine you're standing in.
    [*]Set the teleport position of a mine.
    [*]Conversion from PrisonMines.
    [*].... And more!

Bugs fixed from original:

    [*]No more spawning in blocks.
    [*]No more looking for similar named mines.
    [*]Removed annoying error messages when it disables.
    [*]Metric system update.
    [*].... And more!

Planned features:

    [*]Increment system for resetting.
    [LIST]
    [*]This will reduce stress on CPUs for large mines. Perform 20 blocks per tick - customizable.

[/LIST]

Commands & Permissions:


    [*]/mrl list
    [LIST]
    [*]Permissions: mineresetlite.mine.list
    [*]Simply enough, this command lists the names of all mines.

[*]/mrl p1 (-feet)

    [*]Permissions: mineresetlite.mine.create
    [*]This command will set your first MRL selection point to the block you are looking at. If you execute the command with the -feet argument, it will set your first point to the block you're standing on.

[*]/mrl p2 (-feet)

    [*]Permissions: mineresetlite.mine.create
    [*]This command will set your second MRL selection point to the block you are looking at. If you execute the command with the -feet argument, it will set your second point to the block you're standing on.

[*]/mrl create

    [*]Permissions: mineresetlite.mine.create
    [*]To create a mine, make a selection via either WorldEdit or /mrl p1/p2, then use this command to save the mine to memory. Mine names are allowed to have spaces.

[*]/mrl info [mine name]

    [*]Permissions: mineresetlite.mine.info
    [*]To view information about a mine, such as its composition, automatic reset settings, or world, use /mrl info.
    [*]Without the parameter [mine name], the plugin will presume you are looking for information about the mine you are standing in - this feature is only available to players, consoles will still be required to use the parameter and players can still use the parameter if they want to get information from a specific mine.

[*]/mrl set %

    [*]Permissions: mineresetlite.mine.composition
    [*]Example usages:
    [LIST]
    [*]Set the mine to contain 98% stone: /mrl set stone 98%
    [*]Set the mine to contain 50% birch log: /mrl set log:2 50%

[*]Setting the percentage of a block already in the mine will always overwrite the old value in the mine. You cannot have a mine whose composition totals to be over 100%, however, you can have a mine with a composition of less than 100%. When a mine resets, if the composition is less than 100%, it is padded with air until the composition does equal 100%.
[/LIST]
[*]/mrl unset

    [*]Permissions: mineresetlite.mine.composition
    [*]To remove a block entirely from a mine's composition, such that the mine will no longer contain that block, use /mrl unset.
    [*]Example usages:
    [LIST]
    [*]Remove stone from the mine: /mrl unset stone
    [*]Remove birch logs from the mine: /mrl unset log:2

[/LIST]
[*]/mrl reset (-s)

    [*]Permissions: mineresetlite.mine.reset
    [*]/mrl reset will immediately reset the specified mine, also crediting the player who ran the reset command. If you wish to not have the mine broadcast the fact it was just reset, use /mrl reset -s. This will no longer look for similar mine names, just the exact one.

[*]/mrl flag

    [*]Permissions: mineresetlite.mine.flag
    [*]/mrl flag most importantly modifies settings for automatic resets. Each flag is detailed below:
    [LIST]
    [*]resetDelay: The integer number of minutes between every mine reset. For example, if the resetDelay was 10, the mine would reset every 10 minutes.
    [*]resetWarnings: A comma separated list of integer minute values to warn players of the imminent mine reset. For example, to display a warning at 10, 5, and 1 minute before the reset, set the value of resetWarnings to: 10,5,1
    [*]fillMode: Boolean, whether or not to activate fill mode on reset of this mine. Fill mode means only blocks that are air will be changed. This mode is not commonly used on prison servers.
    [*]surface: A block type. When set to anything but air, sets the top block of the mine to always be the specified block after a reset. This hides "surface ores" that are freebies. When set to air, the flag is cleared.
    [*]silent: Boolean. If true (the default), the mine will announce when it has been automatically reset. When false, the mine won't announce that. This flag doesn't apply to command-initiated resets.

[/LIST]
[*]/mrl erase

    [*]Permissions: mineresetlite.mine.erase
    [*]To completely and irrevocably remove a mine, simply delete it with /mrl erase.

[*]/mrl tp

    [*]Permissions: mineresetlite.mine.tp
    [*]Teleports the player to the top of the center of the mine.

[*]/mrl settp

    [*]Permissions: mineresetlite.mine.settp
    [*]Sets the mine's teleport location.

[/LIST]
Source: https://github.com/Boomclaw/MineResetLite

Post any issues you have in the discussion thread and one of our team will get to you ASAP.

The plugin was seemingly abandoned in 2014, over a year ago - with many bugs and annoying issues. The majority of these have now been repaired. You can find the original Bukkit plugin here: http://dev.bukkit.org/bukkit-plugins/mineresetlite/