Lorenzo0111's Plugins
Discord
Lorenzo0111's Plugins
Lorenzo0111's Plugins
  • Home
  • RocketJoin
    • Starting
    • Configure
    • Conditions
      • Permission
      • First Join
    • Join Commands
    • Bungeecord
  • RocketPlaceholders
    • Starting
    • Configure
      • Custom Conditions
        • JavaScript Condition
        • Money Condition
        • Item Condition
        • Permission Condition
        • Group Condition
      • Custom Permissions
    • MySQL
      • MySQL F.A.Q
    • API
    • Dev Builds
  • MultiLang
    • Starting
    • Configuration
    • Translating
    • Messages
    • Gui
    • RealTime
Powered by GitBook
On this page
  • How to synchronize placeholders across servers
  • 1: Fill the connection informations form
  • 2: Choose a main server
  • 3: (Re)Start the server

Was this helpful?

Edit on GitHub
Export as PDF
  1. RocketPlaceholders

MySQL

PreviousCustom PermissionsNextMySQL F.A.Q

Last updated 2 months ago

Was this helpful?

How to synchronize placeholders across servers

1: Fill the connection informations form

mysql:
  # If this is not enabled will be used local placeholders
  enabled: false
  # The main server is the server from the placeholders are copied
  main: false
  # Database information
  ip: 0.0.0.0
  port: 3306
  username: "root"
  password: "" # Leave empty if none
  database: "rocketplaceholders"

2: Choose a main server

Remember to chose a main server, all placeholders are copied from it.

See .

3: (Re)Start the server

See the faq for more informations

MySQL F.A.Q
here