Config.yml Explained

# CameraMode Version 1.2.3
# Developed And Maintained By xYourFreindx
# http://dev.bukkit.org/bukkit-plugins/cameramode/pages/config-yml-explained/


CameraMode:
# Under here is the location of all your configurable options. (also configurable in game)
    Enabled: true
# Enable/disable the plugin. (can only be enabled from within this config)
    Updates:
# Your Updating settings...
        AutoUpdate: false
# CameraMode will automatically update itself if set to true.
        NotifyOps: true
# When a newer version is available, CameraMode will notify you upon joining.
    PvpTimer: 8
# The time (In seconds) a player has to wait after hitting or being hit by a mob or player. (use 0 to disable)
    PlayersInCM:
# More settings...
        AreInvincible: true
# If set to true, players will not be able to be hurt while in CM
        AreVanished: false
# If set to true, players in CM will not be seen by other players
        CanChangeWorlds: true
# If set to true, CameraMode will not interfere with whether or not players switch worlds while in CM (they still get sent back to original location if false)
        CanUseCommands: false
# If set to true, players will be able to use all commands while in CameraMode. (recommended set to false)
        AllowedCommands:
# If "CanUseCommands" is set to false, players in CameraMode will ONLY be able to use the below commands. (Recommended not remove defaults)
        - camera
        - cameramode
        - cm

    CameraTimeLimit: 35
# The time (in seconds) a player is allowed to stay in CameraMode before being auto ejected. (set to 0 to disable auto ejection)
    CameraCoolDown: 15
# The time (in seconds) that a player has to wait before they can enter CameraMode again.


Comments

Posts Quoted:
Reply
Clear All Quotes