Load all worlds on startup

Discussion in 'Archived: Plugin Requests' started by gauso001, Aug 20, 2012.

  1. Offline

    gauso001

    I have a multiworld server, and I have a minor problem. I use world portal for inter-world teleporting, however, my default world is not the world with the main spawn in it, and on startup only the world I stated is server.properties:

    Code:properties
    1. [SIZE=15px][FONT=Georgia]#Minecraft server properties[/FONT][/SIZE]
    Code:properties
    1.  
    2. #Mon Aug 20 09:38:22 EDT 2012
    3. allow-nether=true
    4. level-name=normal
    5. enable-query=true
    6. allow-flight=false
    7. server-port=25565
    8. query.port=25565
    9. level-type=DEFAULT
    10. enable-rcon=false
    11. level-seed=
    12. server-ip=192.168.0.17
    13. max-build-height=256
    14. spawn-npcs=true
    15. white-list=false
    16. debug=false
    17. spawn-animals=true
    18. snooper-enabled=true
    19. texture-pack=
    20. online-mode=true
    21. pvp=true
    22. difficulty=1
    23. server-name=DiamondCraft
    24. gamemode=0
    25. max-players=50
    26. spawn-monsters=true
    27. generate-structures=true
    28. view-distance=10
    29. [FONT=Consolas][SIZE=15px][FONT=Georgia]motd=DiamondCraft![/FONT][/SIZE][/FONT]


    So, my default world is "normal", but spawn and new-player spawn are in different worlds, and therefore players can't initially /spawn after a restart, until I go to the world via world portal. Also, my NPS's don't load. What I want this plugin to do, is to start up before any other plugin, and load all of the worlds stated in the config. Plugins I currently have:

    Code:server_console
    1. [SIZE=15px][FONT=Georgia]>plugins[/FONT][/SIZE]
    Code:server_console
    1.  
    2. [FONT=Consolas][SIZE=15px][FONT=Georgia]10:20:30 [INFO] Plugins (31): World Portal, NoEntityGrief, SWatchdog, WorldEdit, Vault, bLift, WorldGuard, ColourFireWorks, RemoteToolkitPlugin, dynmap, ModReq, MineBackup, PerformanceMonitor, iConomy, Announcer, CoreProtect, BKCommonLib, World Lock, Commander, MoveCraft, Essentials, Citizens, EssentialsXMPP, EssentialsProtect, EssentialsSpawn, EssentialsGeoIP, VanishNoPacket, LWC, ChestShop, Factions[/FONT][/SIZE][/FONT]


    If this is not possible via plugin, please tell me another way to do it, as this is a very big porblem. Also, if this can be done with another plugin, please state.
     
  2. Offline

    Kodfod

    Please use the format.

    Format Guide

    Plus, when posting a YML file or Config or Properties file use the Following BB Code:
    Code:
    [syntax=ymal][/syntax]
    or Paste it to Bukkit's Dev Paste

    Just a lot cleaner, and not a wall of text.
     
  3. Offline

    gauso001

    ok, fixt
     
  4. Offline

    gauso001

  5. Offline

    gauso001

  6. Offline

    chaseoes

Share This Page