Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This is a template config file
- # define your parameter and its value like:
- Messages:
- ErrorMsg : "&c[InstaWall] : Some error occured."
- GiveMsg : "&a[InstaWall] : %amount% of InstaWallBucket for the &e%type% &awas given to %player%."
- NoPermissionMsg: "&c[InstaWall] : You do not have a permission to use this bucket."
- CannotUseMsg: "&c[InstaWall] : You can only use this in your own claim!"
- NoValidMaterial: "&c[InstaWall] : No such material exists."
- NoValidAmount: "&c[InstaWall] : Amount is not valid."
- NoValidCost: "&c[InstaWall] : Cost is not valid."
- BoughtMsg: "&a[InstaWall] : You've bought &e%amount% %type% &ainstawall budcket for &e%cost%&a."
- NotEnoughFund: "&c[InstaWall] : Not sufficient fund."
- NotWB: "&c[InstaWall] : WorldBorder has not be set in this world!"
- IncorrectOption: "&c[InstaWall] : It seems that one of option in config.yml is not set correctly (%option%)."
- EnemyNearby: "&c[InstaWall] : You cannot use it when your enemy is nearby."
- HelpMessages:
- banner:
- msg: "=== &e[&aInstaWall Commands List (%version%)&e] &r==="
- help:
- msg: "&a/instawall help : displays this help menu."
- reload:
- msg: "&a/instawall reload : reloads config file."
- permission: "instawall.reload"
- debug:
- msg: "&a/instawall debug <true|false> : turn on / off the debug mode."
- permission: "instawall.debug"
- give:
- msg: "&a/instawall give <player> <type> <amount> [dir:d|h|u]."
- permission: "instawall.give"
- buy:
- msg: "&a/instawall buy <type> [amount] [dir:d|h|u]."
- permission: "instawall.buy"
- # PlayerEmptyBucketEvent priority
- # if you have another plugin which might be processing the PlayerEmptyBucketEvent
- # before this plugin (that might cause this plugin not to work), then
- # you can set this option to lower priority such as HIGH, NORMAL, LOW, LOWEST.
- # The default is HIGHEST
- PlayerEmptyBucketEventPriority: HIGHEST
- # the display name for the InstaWall bucket.
- # %type% : material type
- # %buildtype% : Vertical (top-down), Scafold(bottom-up), Holizontal
- #DisplayName: "&%buildtype% &aInstaWall for &b%type%"
- DisplayName: "&aInstaWall for &b%type%"
- # the custom lore
- Lore:
- - "You can place water/lava"
- - "next to a block to start"
- - "pouring blocks!"
- # the interval of material running down. default 20 ticks.
- Interval: 20
- # Only in your own territory
- OnlyInOwnTerritory: true
- # ASkyBlock, Factions, FactionsUUID, Feudal, GriefPrevention, Kingdoms, LegacyFactions, NovaGuilds, PreciousStone, RedProtect, Residence, Towny, uSkyBlock
- TerritoryPlugin: FactionsUUID
- #
- # if this option is true, only a user with instawall.<Material_name>
- # can use the insta wall bucket. <Material_name> should be in lower case.
- # for instance: instawall.cobblestone, instawall.obsidian
- UsePermissionNode: false
- # disabled world
- # you can list the world you would like to disable the instawall bucket.
- Disabled:
- # - plotworld
- # disabled worldguard region
- # you can list the world you would like to disable the instawall bucket.
- DisabledRegions:
- - spawn
- - pvparea
- # Bucket type : LAVA_BUCKET, WATER_BUCKET
- BucketType: LAVA_BUCKET
- # leave the source material
- # if this option is true, the source material such as Lava/Water will be left behind
- LeaveSource: false
- # if this option is false, the resoruce will not flow like a liquid. It only flow downwords,
- # right underneath of the poured block.
- LiquidBehavior: true
- # if this option is true, the empty bucket after using up all
- # instawall bucket will automatically be removed.
- RemoveEmptyBucket: true
- # if this option is false, falling block like SAND won't fall.
- # the option only affect instawall falling blocks.
- # Deprecated
- FallingBlockPhysics: false
- # use glow effect
- UseGlowEffect: true
- # Basic shop capability
- #
- # [iw-buy] # make sure to pick something unique (not like [buy] like Essentials
- # 64 # amount
- # WOOL:4 [H] # material type:data value (e.g. Yellow wool). If it has ' H', it indicates horizontal bucket.
- # $500 # cost ($ + value)
- #
- # if you put [iw-buy] in the 1st line, it will be replaced by the string below
- BuySign: "[GenBucket]" # Case insensitive
- MoneySign: "$"
- #
- # Recipe
- # if you want a player to craft his/her own IW bucket, you can specify the recipe here
- #
- Recipe:
- #
- # Economy support
- #
- UseEconomy: false
- DefaultAmount: 16
- Prices: # per bucket.
- COBBLESTONE: 10
- OBSIDIAN: 100
- #
- # infinite option
- #
- Infinite: false #defualt faulse
- #
- # If there is any enemy player is in this block radius, you won't be able to use the bucket.
- # If the value is set to -1, this function won't be used.
- #
- EnemyNearByRadius: -1
- #
- # This is the max length of the horizontal
- DefaultHorizontalLimit: 256
- #
- # default : true
- StopAtLiquid: true
- StopAtNonSolid: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement