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

Was this helpful?

Edit on GitHub
Export as PDF
  1. RocketJoin

Conditions

PreviousConfigureNextPermission

Last updated 2 months ago

Was this helpful?

The RocketJoin conditions system is similar to the RocketPlaceholders system, you can learn more about it by .

There are two types of conditions: and ( FirstJoin ).

Example of configuration:

conditions:
  example-vip:
    # type of the condition
    type: PERMISSION
    # Optional: Value
    value: "rocketjoin.vip"

    # Join and leave message
    join: "&e&l» &6&lVIP &7{player} joined!"
    leave: "&e&l» &6&lVIP &7{player} left!"
    # Sound options
    sound: true
    sound-type: "" # List: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
    # Fireworks options
    fireworks: false
    fireworks-amount: 3
    # Commands to execute on join. Placeholders: {player}
    commands: []

clicking here
PERMISSION
FIRST