Configuration

Log

This section contains switches that let you enable/disable the logging of different actions

Notify

This section contains switches that let you enable/disable the notifications of different actions to players that have the "plugin.pm.notify" permission

Say

This section contains switches that let you enable/disable the notification of different actions to the player who is doing them

Glassed
glassed.fall-block-distanceHow far down to place the next glass block when you break the one under your feet
glassed.fall-immunityTurn this on to disable fall damage when you fall from glass blocks
glassed.fall-immunity-secondsThis specifies the amount of seconds the fall damage should be enabled
Settings
settings.through-blocksBlock types that will be regarded as pass-though when doing tool jumps and mover teleportations
settings.purge-requests-minutesHow many minutes a tp request can hang around before being deleted
settings.tool-itemItem that will be used to teleport yourself around (default: feather)
settings.mover-itemItem that will be used to move other's around (default: bone)
settings.page-sizeHow many items to display per menu page
settings.explosion-effectShows an explosion effect when they teleport
settings.client-side-glassMakes glassed blocks only show on the client side (this will kick players if your server has flight disabled on the server.properties)

Config.yml example

log:
    tp:
        player: true
        coords: true
        here: true
        toggle: true
        back: true
        origin: true
    others:
        player: true
        coords: true
    world:
        tp: true
    jump:
        top: false
        up: false
        jump: false
    mod:
        above: true
        mass: true
        tool: true
        mover: true
    request: true
notify:
    tp:
        player: true
        coords: true
        here: true
        toggle: true
        back: true
        origin: true
    others:
        player: true
        coords: true
    world:
        tp: true
    jump:
        top: false
        up: false
        jump: false
    mod:
        above: true
        mass: true
        tool: false
        mover: false
    request: true
say:
    tp:
        player: true
        coords: true
        here: true
        toggle: true
        back: true
        origin: true
    others:
        player: true
        coords: true
    world:
        tp: true
    jump:
        top: true
        up: true
        jump: true
    mod:
        above: true
        mass: true
        tool: false
        mover: true
    request: true
disable:
    tp:
        player: false
        coords: false
        here: false
        toggle: false
        clear: false
        back: false
        origin: false
    others:
        player: false
        coords: false
    world:
        tp: false
    jump:
        top: false
        up: false
        jump: false
    mod:
        above: false
        mass: false
        tool: false
        mover: false
    request: false
glassed:
    fall-block-distance: 5
    fall-immunity: true
    fall-immunity-seconds: 5
settings:
    purge-requests-minutes: 5
    tool-item: 288
    mover-item: 352
    page-size: 10
    client-side-glass: true
    explosion-effect: true

Comments

Posts Quoted:
Reply
Clear All Quotes