1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Sync data among servers

Discussion in 'Requests' started by nikoskon, Aug 30, 2018.

  1. nikoskon

    nikoskon Silverfish

    Messages:
    20
    Hello,
    is there a way to sync data among servers?
    And by that i mean: Is it possible to sync plugin data and/or ops/banned players?
    For a server system that uses many servers, it would be useful to have to add a role/ban/op a player only once and not on every server!

    Thanks!
     
  2. Derpific

    Derpific Spider Jockey

    Messages:
    44
    GitHub:
    Derpific
    You could create your own Networking system where you cache all your servers in it, the data, etc.
     
  3. nikoskon

    nikoskon Silverfish

    Messages:
    20
    I dont want 100% of the data to be accessed by all of the servers, for example, i dont want server1's world to be synced with server2!
     
  4. Derpific

    Derpific Spider Jockey

    Messages:
    44
    GitHub:
    Derpific
    Then you wouldn't store the world.
     
  5. nikoskon

    nikoskon Silverfish

    Messages:
    20
    The things i wanna sync are: some plugin data (pure perms) , player data (not the player.dat, but ops, banned, ...) is there a solution?
     
  6. Derpific

    Derpific Spider Jockey

    Messages:
    44
    GitHub:
    Derpific
    You can use the MySQL option for PurePerms, and then use the same database
     
  7. RumDaDuMCPE

    RumDaDuMCPE Witch

    Messages:
    67
    GitHub:
    RumDaDuMCPE
    You could link files such as ops.txt if you use Linux.
     
    corytortoise and Muqsit like this.
  8. nikoskon

    nikoskon Silverfish

    Messages:
    20
    I use linux ubuntu, but i dont know how to do this, could you help me?
     
  9. RumDaDuMCPE

    RumDaDuMCPE Witch

    Messages:
    67
    GitHub:
    RumDaDuMCPE
  10. Zach1603

    Zach1603 Spider Jockey

    Messages:
    27
    GitHub:
    zedstar16
  11. RumDaDuMCPE

    RumDaDuMCPE Witch

    Messages:
    67
    GitHub:
    RumDaDuMCPE
    Say, you made a new PM Server and you'd like to link the ops.txt from an already existing server to your new server.

    You cd into your new server directory and you execute the following:
    Code:
    ln -s directory/to/existing/server/ops.txt
    
    That'll create a symbolic link of your ops.txt from your existing server into your new server.
     
    Primus likes this.
  12. BLOCKSTORM

    BLOCKSTORM Witch

    Messages:
    67
    You can simply use SQL Databases for this.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.