Essentials item blacklist don't work

Discussion in 'Bukkit Help' started by Arrxzon, Jan 4, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Arrxzon

    if i have something wrong here i would appreciate the help,
    i want all mob spawning impossible to do in my plot world without another plugin,
    essentials should be capable of doing this.

    here is the config,
    thanks
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                EssentialsAntiBuild                  | #
    # +------------------------------------------------------+ #
    ############################################################
     
        build: true
     
        use: true
     
        # Should we tell people they are not allowed to build?
        warn-on-build-disallow: true
     
      alert:
        on-placement: 383:50,383:52,383:53,383:54,383:55,383:56,383:57,383:58,383:59,383:60,383:61,383:62,383:65,383:66,383:90,383:91,383:92,383:93,383:94,383:95,383:96,383:98,383:100,383:120
        on-use: 383:50,383:52,383:53,383:54,383:55,383:56,383:57,383:58,383:59,383:60,383:61,383:62,383:65,383:66,383:90,383:91,383:92,383:93,383:94,383:95,383:96,383:98,383:100,383:120
        on-break:
     
      blacklist:
     
        # Which blocks should people be prevented from placing?
        placement: 383:50,383:52,383:53,383:54,383:55,383:56,383:57,383:58,383:59,383:60,383:61,383:62,383:65,383:66,383:90,383:91,383:92,383:93,383:94,383:95,383:96,383:98,383:100,383:120
     
        # Which items should people be prevented from using?
        usage:  383:50,383:52,383:53,383:54,383:55,383:56,383:57,383:58,383:59,383:60,383:61,383:62,383:65,383:66,383:90,383:91,383:92,383:93,383:94,383:95,383:96,383:98,383:100,383:120
     
        # Which blocks should people be prevented from breaking?
        break:
     
        # Which blocks should not be pushed by pistons?
        piston:
             
        # Which blocks should not be dispensed by dispensers
        dispenser:383:50,383:52,383:53,383:54,383:55,383:56,383:57,383:58,383:59,383:60,383:61,383:62,383:65,383:66,383:90,383:91,383:92,383:93,383:94,383:95,383:96,383:98,383:100,383:120
     
  2. Offline

    TitanStone

    You can't block mobs in essentials anti-build. do you have any world management plugins installed?
     
  3. Offline

    Arrxzon

    TitanStone
    oh ermm
    we have multi-verse, multi-verse portals, multi-verse inventorys
    worldguard if you can do anything with that

    apart from them no, if you can suggest a plugin thanks (don't have to be multiworld compatible)
    will take a look at these too now i know essentials won't do it thanks
     
  4. Offline

    TitanStone

    Arrxzon
    Mulit-verse allows you to to set certain aspects of that world you are using plots on and won't affect any other worlds.
    Code:
    /mv modify set {PROPERTY} {VALUE} [WORLD]
    Proprieties that you can change.
    Code:
    animals - Boolean
    monsters - Boolean
    pvp - Boolean
    scale/scaling - Double
    price - How much it costs to enter the world. Enter 0 for free. Enter negative value for debit, positive value for credit.
    currency/curr - What it costs to enter the world in the form of an Item ID (-1 to use the econ plugin you have installed)
    respawn - String
    This value can either be the Name of a world or the Alias of that world. Space CAN be used.
    mode/gamemode - String
    Sets the mode for all players in a world. Must be creative or survival
    diff/difficulty - String/Integer
    Sets the difficulty of a world. You can use string or integers:
    Possible values are PEACEFUL - 0, EASY - 1, NORMAL - 2, HARD - 3
    weather - Boolean
    Turn weather on/off.
    So command you will want to type is /mv modify set monsters false and if you want to remove friendly mobs as well then also do /mv modify set animals false
     
  5. Offline

    Arrxzon

    TitanStone
    appreciate the help
    i have done this before but it dose not prevent the use of mobeggs only natural spawning mobs or mob spawners
    guess will need to get a plugin
     
  6. Offline

    mydeblob

    Arrxzon
    If you have worldguard installed you can block the placement of spawn eggs in your plot world.
     
  7. Offline

    Arrxzon

    mydeblob
    ah, i see the blacklist file in each of the worlds folders now
    Thank you sill try it out

    edit:
    I got it simply with
    /rg flag __global__ mob-spawning deny
    that works just for the world i used it in too so other worlds has mobspawning
     
Thread Status:
Not open for further replies.

Share This Page