Anti X-Ray

Anti X-Ray

572k Downloads

Worl wont work in Anti x-ray?

blablubbabcDEV opened this issue ยท 5 comments

commented

Migrated from: https://dev.bukkit.org/projects/anti-x-ray/issues/6

Originally posted by _ForgeUser12433497 (Jan 22, 2014):

Ive been trying to do some research on how to do this and either ive failed miserably or im just blind. So my server has multiple worlds. A Spawn world (its a spaceship) and other worlds (planets the players take a shuttle down to, tp basically) but cant seem to get the Anti x-ray to work on the other worlds. When i place the world name under the Worlds: section in the config file all i get when i start the server is that the world does not exist. Maybe im doing it wrong or something. Id really like some help. Thank you and I impatiently wait for a response. :)

commented

Originally commented by blablubbabc (Jan 22, 2014):

Could you post your config.yml, where you have added your worlds in? Also make sure that you worlds don't have dot's in them, as it can't cope with that... :(

commented

Originally commented by _ForgeUser12433497 (Jan 22, 2014):

AntiXRay:
NewPlayerStartingPoints: -400
PointsEarnedPerHourPlayed: 800
MaximumPoints: 1600
IgnoreMaxPointsForBlockRatio: true
ExemptCreativeModePlayers: true
NotifyOnMiningLimitReached: false
DefaultMaxHeight: 63
CustomBlockDefinitions:
SomeCustomOre:
ID: 123
Sub ID: 0
ProtectedBlockValues:
EMERALD_ORE: 50
DIAMOND_ORE: 100
Worlds:
'1': ''
'2': ''
'3': ''
'7': ''
'12': ''
'14': ''
space: ''
NewWorld: ''
Pangea: ''
Pangea_nether: ''
Pangea_the_end: ''
and the error or what it says is:
[06:49:14] [Server thread/INFO]: [AntiXRay] Enabling AntiXRay v1.7.3
[06:49:14] [Server thread/WARN]: [AntiXRay] Configuration: There's no world named "1". Make sure that the worldnames in your config.yml are correct!
[06:49:14] [Server thread/WARN]: [AntiXRay] Configuration: There's no world named "2". Make sure that the worldnames in your config.yml are correct!
[06:49:14] [Server thread/WARN]: [AntiXRay] Configuration: There's no world named "3". Make sure that the worldnames in your config.yml are correct!
[06:49:14] [Server thread/WARN]: [AntiXRay] Configuration: There's no world named "7". Make sure that the worldnames in your config.yml are correct!
[06:49:14] [Server thread/WARN]: [AntiXRay] Configuration: There's no world named "12". Make sure that the worldnames in your config.yml are correct!
[06:49:14] [Server thread/WARN]: [AntiXRay] Configuration: There's no world named "14". Make sure that the worldnames in your config.yml are correct!
[06:49:14] [Server thread/WARN]: [AntiXRay] Configuration: There's no world named "space". Make sure that the worldnames in your config.yml are correct!
[06:49:14] [Server thread/WARN]: [AntiXRay] Configuration: There's no world named "NewWorld". Make sure that the worldnames in your config.yml are correct!
[06:49:15] [Server thread/INFO]: [AntiXRay] AntiXRay enabled.
and what are dots? hehe sorry relatively new to the Minecraft server world.

commented

Originally commented by blablubbabc (Apr 10, 2014):

Make sure that you have not miswritten your worldnames. Also check if it could be possible that those worlds are not (yet) loaded when AntiXRay enables? If so, which world management plugin are you using?
I tested it using Multiverse: created a world named "1" and added that to the config of AntiXRay and that worked..
So as long as you world names have no dots ('.') in it it should work fine.

commented

Originally commented by blablubbabc (Apr 13, 2014):

I will close this for now. If you still have issue on the latest versions (v1.7.5 and above) please create a new ticket.

commented

Originally closed by blablubbabc (Apr 13, 2014)