[INACTIVE][FUN] Quarantine v0.7 - Survive the zombie horde!

Discussion in 'Inactive/Unsupported Plugins' started by DDoS, Aug 29, 2011.

  1. Offline

    DDoS

    Quarantine

    [​IMG]

    Survive the zombie horde!
    Quarantine lets you create special zones where mobs spawn and roam around, which players can then join to try to fight for their survival. To improve their odds, they can buy items or sell them. Quarantine has a localized economy, where players get money from killing mobs or selling items. It also has support for leaderboards backed by a Redis or MySQL database. You can lock buttons with keys (which players can buy). Also, the player's last health, inventory and locations are saved, so they can resume gameplay at any time. When exiting a zone, pre-game health is restored. This is a hard core survival game, if you die, all your data is deleted, and you loose all your score. Score is obtained by killing mobs, and can be set for each mob type.
    Requires WorldGuard, Regios or Residence to work

    Bukkit dev link: this
     
    Spiritwind likes this.
  2. Offline

    Lazarix

    Does the system allow for multiple zones?

    When I put in two zones, it loads the first zone but doesn't load the second (Pit).

    Config below:

    maybe i'm missing some sort of seperator between the zones that I don't know about?


    Load_on_start:
    - City
    - Pit
    Leaderboards:
    enabled: false
    type: mysql
    redis_db_info:
    host: localhost
    port: 6379
    mysql_db_info:
    host: localhost
    name: minecraft
    port: 3306
    user: user
    password: password
    Region_Provider_Plugin: WorldGuard
    External_Economy_Link:
    enabled: true
    external_to_internal:
    allow: true
    rate: 1
    internal_to_external:
    allow: true
    rate: 0.5
    Zones:
    City:
    max_number_of_players: 10
    world: cityworld
    mob_check_task_interval: 300
    soft_mob_respawn: false
    clear_drops: true
    one_time_use_keys: false
    entrance:
    x: 808.0
    y: 32.0
    z: 111.0
    yaw: 311.25098
    pitch: 2.2500095
    lobby:
    x: 812.0
    y: 36.0
    z: 106.0
    yaw: 295.50073
    pitch: 22.200022
    starting_money: 35
    kits:
    player:
    - 298-1
    - 299-1
    - 300-1
    - 301-1
    - 272-1
    - 297-3
    donator:
    - 306-1
    - 307-1
    - 308-1
    - 309-1
    - 267-1|16-2
    - 364-3
    admin:
    - 310-1
    - 311-1
    - 312-1
    - 313-1
    - 276-1|17-5|16-5
    - 322-3
    money_rewards:
    - Zombie:10-15-5
    - Skeleton:15-20-6
    - Spider:15-18-6
    sub_zones:
    SZC1:
    number_of_mobs: 0
    mob_types:
    - Zombie
    - Spider
    - Skeleton
    SZC2:
    number_of_mobs: 25
    mob_types:
    - Zombie
    SZC3:
    number_of_mobs: 25
    mob_types:
    - Zombie
    Pit:
    max_number_of_players: 10
    world: world
    mob_check_task_interval: 300
    soft_mob_respawn: false
    clear_drops: true
    one_time_use_keys: false
    entrance:
    x: 808
    y: 32
    z: 111
    yaw: 131.25098
    pitch: 2.2500095
    lobby:
    x: -5138
    y: 3
    z: -8232
    yaw: 90.151245
    pitch: 1.3496438
    starting_money: 35
    kits:
    player:
    - 298-1
    - 299-1
    - 300-1
    - 301-1
    - 272-1
    - 297-3
    donator:
    - 306-1
    - 307-1
    - 308-1
    - 309-1
    - 267-1|16-2
    - 364-3
    admin:
    - 310-1
    - 311-1
    - 312-1
    - 313-1
    - 276-1|17-5|16-5
    - 322-3
    money_rewards:
    - Zombie:10-15-5
    - Skeleton:15-20-6
    - Spider:15-18-6
    sub_zones:
    SZP1:
    number_of_mobs: 0
    mob_types:
    - Zombie
    - Spider
    - Skeleton
    SZP2:
    number_of_mobs: 25
    mob_types:
    - Zombie
    SZP3:
    number_of_mobs: 25
    mob_types:
    - Zombie

    Full error is:

    2012-05-19 20:28:13 [INFO] [Quarantine] Enabling Quarantine v0.7
    2012-05-19 20:28:13 [INFO] [Quarantine] Will be using WorldGuard as a region provider.
    2012-05-19 20:28:13 [INFO] [Quarantine] No Spout detected. Spout GUI disabled.
    2012-05-19 20:28:13 [INFO] [Quarantine] Vault detected. Economy converter enabled.
    2012-05-19 20:28:13 [INFO] [Quarantine] Got SuperPerms permissions.
    2012-05-19 20:28:13 [INFO] [Quarantine] Loaded zone City.
    2012-05-19 20:28:13 [INFO] [Quarantine] Couldn't load zone Pit, not in config.
    2012-05-19 20:28:13 [INFO] [Quarantine] Couldn't load zone Pit on start up.
    2012-05-19 20:28:13 [INFO] [Quarantine] Plugin enabled. v0.7, by DDoS

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  3. Offline

    DDoS

    You're gonna have to repost your config with formatting preserved.
     
  4. Offline

    Lazarix

    Right..
    Code:
    Load_on_start:
    - City
    - Pit
    Leaderboards:
      enabled: false
      type: mysql
      redis_db_info:
        host: localhost
        port: 6379
      mysql_db_info:
        host: localhost
        name: minecraft
        port: 3306
        user: user
        password: password
    Region_Provider_Plugin: WorldGuard
    External_Economy_Link:
      enabled: true
      external_to_internal:
        allow: true
        rate: 1
      internal_to_external:
        allow: true
        rate: 0.5
    Zones: 
      City:
        max_number_of_players: 10
        world: cityworld
        mob_check_task_interval: 300
        soft_mob_respawn: false
        clear_drops: true
        one_time_use_keys: false
        entrance:
          x: 808.0
          y: 32.0
          z: 111.0
          yaw: 311.25098
          pitch: 2.2500095
        lobby:
          x: 812.0
          y: 36.0
          z: 106.0
          yaw: 295.50073
          pitch: 22.200022
        starting_money: 35
        kits:
          player:
          - 298-1
          - 299-1
          - 300-1
          - 301-1
          - 272-1
          - 297-3
          donator:
          - 306-1
          - 307-1
          - 308-1
          - 309-1
          - 267-1|16-2
          - 364-3
          admin:
          - 310-1
          - 311-1
          - 312-1
          - 313-1
          - 276-1|17-5|16-5
          - 322-3
        money_rewards:
        - Zombie:10-15-5
        - Skeleton:15-20-6
        - Spider:15-18-6
        sub_zones:
          SZC1:
            number_of_mobs: 0
            mob_types:
            - Zombie
            - Spider
            - Skeleton
          SZC2:
            number_of_mobs: 25
            mob_types:
            - Zombie
          SZC3:
            number_of_mobs: 25
            mob_types:
            - Zombie
      Pit:
        max_number_of_players: 10
        world: world
        mob_check_task_interval: 300
        soft_mob_respawn: false
        clear_drops: true
        one_time_use_keys: false
        entrance:
          x: 0
          y: 0
          z: 0
          yaw: 0
          pitch: 0
        lobby:
          x: 0
          y: 0
          z: 0
          yaw: 0
          pitch: 0
        starting_money: 35
        kits:
          player:
          - 298-1
          - 299-1
          - 300-1
          - 301-1
          - 272-1
          - 297-3
          donator:
          - 306-1
          - 307-1
          - 308-1
          - 309-1
          - 267-1|16-2
          - 364-3
          admin:
          - 310-1
          - 311-1
          - 312-1
          - 313-1
          - 276-1|17-5|16-5
          - 322-3
        money_rewards:
        - Zombie:10-15-5
        - Skeleton:15-20-6
        - Spider:15-18-6
        sub_zones:
          SZP1:
            number_of_mobs: 0
            mob_types:
            - Zombie
            - Spider
            - Skeleton
          SZP2:
            number_of_mobs: 25
            mob_types:
            - Zombie
          SZP3:
            number_of_mobs: 25
            mob_types:
            - Zombie
    
     
  5. Offline

    DDoS

    Please read the BukkitDev page. If a region plugin isn't listed, it isn't supported.

    Check the "Permissions config" section.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  6. Offline

    Jake230599

    Looks great and I'm using it. Just wondering how it the MySQL works for leader boards. Are the leader boards visible in game from signs or are they visible from a website? If they are not visible from signs in game could this be done upon the next update?
     
  7. Offline

    Butkicker12

    DDoS Moved to the inactive subforum as requested.
     

Share This Page