AlexDGr8r / MeteorsMod

Falling Meteors Mod for Minecraft
http://www.minecraftforum.net/topic/989113-147sspsmpfalling-meteors-modv292/
Other
8 stars 20 forks source link

Whitelisting dimensions? #12

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi Mate, I keep getting a "Meteors cannot be summoned in this dimension" error which is apparently because you have a whitelist.

Fantastic idea.. do you have an example whitelist for me to check out though ? =D

AlexDGr8r commented 9 years ago

The whitelisted dimensions are in the config file. You may also have the game rule "meteorsFall" set to false to disable them throughout all worlds.

ghost commented 9 years ago

@AlexDGr8r Im using the latest version of the mod and there is no mention of this in the config file. Im after an example.

There is ZERO reference in the config file. =(

ghost commented 9 years ago

Here is my config file:

Configuration file

general { B:"Allow Summoned Meteor Grief"=false I:"Chunk Generation Checks"=4 I:"Cold Touch Enchantment ID"=158 B:"Frezarite Meteor Enabled"=true I:"Kitty Attack Chance"=1 B:"Kreknorite Meteor Enabled"=true I:"Magnetization Enchantment ID"=157 I:"Maximum Meteor Size"=3 I:"Meteor Fall Deterrence"=25 I:"Meteor Fall Radius"=350 D:"Meteor Impact Explosion Multiplier"=5.0 I:"Meteor Impact Spread"=4 I:"Meteor Ore Gen Size"=6 B:"Meteor Shield Humming Noise Enabled"=true B:"Meteorite Meteor Enabled"=true B:"Meteors Only Fall at Night"=true I:"Minimum Meteor Size"=1 I:"Minimum Meteor Size To Spawn Nether Portal"=2 I:"Shield Radius in Blocks"=64 B:"Text Crash Notification"=false B:"Unknown Meteor Enabled"=true }

AlexDGr8r commented 9 years ago

Are you sure that you have the latest version? Here is my configuration file:

# Configuration file

####################
# enchantments
####################

enchantments {
    # 
    I:"Cold Touch Enchantment ID"=158

    # 
    I:"Magnetization Enchantment ID"=157
}

####################
# general
####################

general {
    # Players can't summon meteors on land protected by other players with a Meteor Shield
    B:"Allow Summoned Meteor Grief"=false

    # How many veins of meteorite ore per chunk?
    I:"Chunk Generation Checks"=4

    # Ranges from 0 to 100
    I:"Comet Fall Chance"=20

    # Allow Frezarite Meteors to Fall?
    B:"Frezarite Meteor Enabled"=true

    # Ranges from 0 to 100
    I:"Kitty Attack Chance"=1

    # Allow Kreknorite Meteors to Fall?
    B:"Kreknorite Meteor Enabled"=true

    # Maximum Size of a falling meteor. Ranges from 1 to 3.
    I:"Maximum Meteor Size"=3

    # For more info, refer here: http://fallingmeteorsmod.wikia.com/wiki/Falling_Meteors#Configuration
    I:"Meteor Fall Deterrence"=25

    # When determining where a meteor falls, it chooses within this radius (blocks) of a random player.
    I:"Meteor Fall Radius"=350

    # This times the meteor's size is how big the explosion will be.
    D:"Meteor Impact Explosion Multiplier"=5.0

    # This times the meteor size determines how big of an impact the meteor's crater will have to spread ore.
    I:"Meteor Impact Spread"=4

    # How much ore per vein?
    I:"Meteor Ore Gen Size"=6

    # Allows a humming sound for the Meteor Shield too happen on occasion.
    B:"Meteor Shield Humming Noise Enabled"=true

    # Allow Meteorite Meteors to Fall?
    B:"Meteorite Meteor Enabled"=true

    # The amount of time left until a meteor falls will only tick down at night.
    B:"Meteors Only Fall at Night"=true

    # Minimum Size of a falling meteor. Ranges from 1 to 3.
    I:"Minimum Meteor Size"=1

    # When a Kreknorite Meteor falls, if the meteor is this size or bigger, it will generate a nether portal.
    I:"Minimum Meteor Size To Spawn Nether Portal"=2

    # The range of the meteor shield is determined by this times the shield's power level.
    I:"Shield Radius in Blocks"=64
    I:"Shield Radius in Chunks"=4

    # Pops up a chat message when a meteor falls.
    B:"Text Crash Notification"=false

    # Allow Unknown Meteors to Fall?
    B:"Unknown Meteor Enabled"=true

    # Dimensions that meteors are allowed to naturally fall in. 0 = Surface, 1 = The End, 7 = Twilight Forest
    I:"Whitelisted Dimensions" <
        0
        1
        7
     >
}
ghost commented 9 years ago

Lol @AlexDGr8r I had the latest v1.7.2 version. Latest v1.7.10 is what uses that it seems, not 1.7.2 :)