HerrTechniker
Discord
  • Wiki
  • General
    • License
  • LanguageAPI
    • Get started
    • API
  • BungeeSystem
    • Get started
    • Modules
      • AutoBroadcast
      • Broadcast
      • Chat
      • CloudNet v3
      • Discord Bot
        • Setup
        • Discord Settings
        • config.yml
        • discord-setting.yml
      • Friend System
      • Joinme
      • Jumpto
      • Lobby
      • motd
      • Move
      • MSG
      • Onlineteam
      • Onlinetime
      • Party
      • Ping
      • Pull
      • Punishment
        • BanSystem
          • Ban
          • ReduceBan
          • TempBan
          • UnBan
          • BanPoints
        • MuteSystem
          • Mute
          • ReduceMute
          • TempMute
          • UnMute
          • MutePoints
        • Others
          • Check
          • History
          • Kick
        • ReportSystem
      • Teamchat
    • Messages Files
      • "Multi File"-System
      • "Single File"-System
    • Updates
  • CoinsAPI
    • Get started
    • API
  • Shop
    • Chunkfactory
    • YourMcShop
  • OTHERS
    • Discord
Powered by GitBook
On this page
  • Prefix
  • Permission
  • Aliases
  • Default configuration
  • Command
  • Syntax
  1. BungeeSystem
  2. Modules

Pull

Spieler

Prefix

The prefix is exchanged with %prefix% (placeholder) in the message files. If you execute the command and enter the placeholder at the beginning of the message, it will be replaced with the prefix. This can be changed in config.yml.

prefix: "&7[&bPull&7]&r"

Permission

To be able to execute the command for the pull module, you need the permission that is entered in config.yml.

The permission is a BungeeCord permission

permission: "bungeesystem.pull.use"

Aliases

You can also define so-called aliases that you can enter instead of /pull. To do this, simply add further points under the aliases item.

aliases: []

Default configuration

pull:
  prefix: "&7[&bPull&7]&r"
  permission: "bungeesystem.pull.use"
  aliases: []

Command

Syntax

/pull <player>
PreviousPingNextPunishment

Last updated 1 year ago