Configuration

info

Settings.yml

This is how you configure the config.

Settings:

  # Messages
  bannedCommandMsg: '&7[&6OpenTexonMod&7] &7That command has been blocked'
  protectedCmdArea: '&7[&6OpenTexonMod&7] &7That command has been blocked in your area'
  protectedArea: '&7[&6OpenTexonMod&7] &7You cannot build in a protected region'
  muted: '&7[&6OpenTexonMod&7] &7You have been muted'
  notPermitedToOthers: '&7[&6OpenTexonMod&7] &7You are not permited to do that to another player'
  unmuted: '&7[&6OpenTexonMod&7] &7You have been unmuted'
  mutedBlocked: '&7[&6OpenTexonMod&7] &7That command has been blocked while muted'
  advertiseMsg: '&7[&6OpenTexonMod&7] &7Stop advertising, You have %warnings%/3 warnings'
  onSwearMsg: '&7[&6OpenTexonMod&7] &7Stop swearing'
  customUnknownMsg: '&7[&6OpenTexonMod&7] &7That command does not exist'
  placeProtectedBlock: '&7[&6OpenTexonMod&7] &7You cannot place a protected block'
  breakProtectedBlock: '&7[&6OpenTexonMod&7] &7You cannot break a protected block'
  syntaxError: '&7[&6OpenTexonMod&7] &7Check your arguments'
  onWarnMsg: '&7[&6OpenTexonMod&7] &7Warned player successfully'
  configNull: '&7[&6OpenTexonMod&7] &7Cannot find config option'
  configUpdated: '&7[&6OpenTexonMod&7] &7Config updated successfully'
  nullPlayer: '&7[&6OpenTexonMod&7] &7Cannot find the specified player'
  playerExists: '&7[&6OpenTexonMod&7] &7Config option already contains the specified player'
  playerNKCleard: '&7[&6OpenTexonMod&7] &7Nickname cleared'
  playersNKCleard: '&7[&6OpenTexonMod&7] &7Purgin nickname data from %player%'
  chatPrefix: '&7[&6OpenTexonMod&7] &7'
  noNickOthers: '&7[&6OpenTexonMod&7] &7Don''t nick other players'
  onSpam: '&7[&6OpenTexonMod&7] &7Please do not spam'
  imposterKickMsg: '&7Sorry you cannot login from your ip address'
  alredyLoggedIn: '&7You are alredy logged in'
  tooManyConnections: '&7You have alredy logged in with too many players from your ip address'
  purging: '&7[&6OpenTexonMod&7] &7Purgin data from %player%'
  onRepeat: '&7[&6OpenTexonMod&7] &7Please do not repeat the same message twice, You now have %warnings%/3 warnings'
  commandSpyPrefix: '&3%player%&7: &6%message%'
  customPlMsg: '&fPlugins (5): &aYou&f, &aCannot&f, &aSee&f, &aThe&f, &aPlugins'
  multipleAccountsLogin: '&6%player%&7 has joined from the same ip address'
  reloadMsg: '&7[&6OpenTexonMod&7] &7The server is reloading, Stand still and don''t talk until its reloaded'
  reloadDoneMsg: '&7[&6OpenTexonMod&7] &7Server reload is complete, you may move and talk again'
  
  # Max Advertise warnings commands
  onMaxAdvertise: 'tempban %player% 5m Advertising'
  
  # Max Repeat warnings commands
  onMaxRepeat: 'tempban %player% 5m Spamming'
  
  # Max swear warnings command
  onMaxSwear: 'tempban %player% 5m Swearing'
  
  # Max warnings when swearing
  maxSwearWarnings: '3'
  
  # Max warnings before executing maxRepeatWarnings
  maxRepeatWarnings: '3'
  
  # Broadcasts all console commands to Bypass and Staff members
  broadcastConsoleToStaff: 'false'
  
  # Max warnings before executing onMaxAdvertise
  maxAdvertiseWarnings: '3'
  
  # Max players that can connect from the same ip
  MaxIpConnections: '3'
  
  # Custom join message
  customJoinMsg: '&7[&a+&7] %player%'
  
  # Custom leave message
  customLeaveMsg: '&7[&c-&7] %player%'
  
  # Set chat color to prefix color (Requiers groupmanager)
  chatColorIsPrefixColor: 'false'
  
  # Use anti nuke
  antiNuke: 'true'
  
  # Nuker range, EXTREME CAUTION CHANGING THIS!
  nukeRange: '80'
  
  # Range for freecam/fastbreak detection, EXTREME CAUTION CHANGING THIS!
  rangeDistance: 10.0
  
  # On nuke command
  onNuke: 'kick %player% Using nuke/fastbreak is forbidden'
  
  # On freecam command
  onFreecam: 'kick %player% Using freecam/range is forbidden'
  
  # Use custom join/leave messages
  useJoinLeaveMsg: 'true'
  
  # Heals the player on join
  healOnJoin: 'true'
  
  # If it should use custom Motd
  customMotd: 'true'
  
  # If it should auto save the world
  UseAutoSave: 'true'
  
  # Auto save interval in minutes
  AutoSaveInterval: '3'
  
  # Notify staff if a player trying to join but is banned
  notifyIfBannedonJoin: 'true'
  
  # If a player should spawn on join
  spawnOnJoin: 'true'
  
  # If bypass and staff users should recive command spy notifications
  commandSpy: 'true'
  
  # If it should use plugin metrics
  pluginMetrics: 'true'
  
  # Demotes a player on ban
  demoteOnBan: 'true'
  
  # Chat delay in seconds
  chatDelay: '3'
  
  # Restart time in seconds
  restartTime: '10'
  # Restart message
  restartMsg: '&cServer will restart in &610&c seconds'
  
  # DO NOT CHANGE THIS VALUE, USE INGAME COMMANDS TO SET THIS!
  lockdown: 'false'
  lockdownReason: 'Server is in maintenance mode'
  
  # Blocks /ban /tempban /banip /deop etc from the console
  # in case someone would hack into your console this
  # protects you
  blockConsoleCommands: 'false'
  
  # Tells all staff the ip uuid name etc of anyone who joins the server
  notifyStaffOnPlayerJoin: 'true'
  
  # Puts the player in survival on join
  gamemodeSurvivalonJoin: 'true'
  
  # Vote msg
  voteMsg: 'Vote at this site: www.example.com'
  
  # Will be auto added on ban
  appealLinkPermBanned: '&7You have been banned from this server for the following reason: &7%banreason% &7, if you were banned unfairly please appeal at &6http://www.example-forum.com/&7'
  
  # Will be auto added on tempban
  appealLinkTempBanned: '&7You have been tempbanned from this server for the following reason: &7%banreason% &7, if you were banned unfairly please appeal at &6http://www.example-forum.com/&7'
  
  # Welcomes a user with /welcome [username], use %player% for player name and %author% for sender name
  welcomeMsg: '&7Welcome %player% to example server ~%author%'
  
  # Groups
  # ops: Can be op
  ops:
  - 00000000-0000-0000-0000-000000000000
  # Can use /ban, /tempban, /banip, /unban, /pardon and /mute
  banMuteTempBanUnbanPardon:
  - 00000000-0000-0000-0000-000000000000
  # Full bypass, can do anything except be op
  Bypass:
  - 00000000-0000-0000-0000-000000000000
  # Gets messages from OpenTexonMod, Bypass users also get messages
  Staff:
  - 00000000-0000-0000-0000-000000000000
  # Can use /warn
  Warn:
  - 00000000-0000-0000-0000-000000000000
  # Can type with CAPS in chat, Bypass can also do that
  caps:
  - 00000000-0000-0000-0000-000000000000
  # Can swear and is not warned for swearing
  canSwear:
  - 00000000-0000-0000-0000-000000000000
  # Can build inside protected regions
  canBuildProtected:
  - 00000000-0000-0000-0000-000000000000
  
  # Protected regions, only Bypass can build inside of it
  protectedRegions:
  - exampleregion
  
  # These commands are blocked inside a protected region
  protectedRegionBlockedCmds:
  - limit
  - undo
  - redo
  - clearhistory
  - wand
  - toggleeditwand
  - sel
  - desel
  - pos1
  - pos2
  - hpos1
  - hpos2
  - chunk
  - expand
  - contract
  - outset
  - inset
  - shift
  - size
  - count
  - distr
  - sethome
  - set
  - replace
  - overlay
  - walls
  - outline
  - smooth
  - deform
  - hollow
  - regen
  - move
  - stack
  - naturalize
  - copy
  - paste
  - cut
  - rotate
  - flip
  - schematic
  - schem
  - clearclipboard
  - generate
  - hcyl
  - cyl
  - sphere
  - hsphere
  - pyramid
  - hpyramid
  - forestgen
  - pumpkins
  - toggleplace
  - fill
  - fillr
  - drain
  - fixwater
  - fixlava
  - removeabove
  - removebelow
  - relpacenear
  - removenear
  - snow
  - thaw
  - ex
  - butcher
  - green
  - chunkinfo
  - listchunks
  - delchunks
  - sp
  - tool
  - none
  - info
  - tree
  - repl
  - cycler
  - brush
  - size
  - mat
  - mask
  - gmask
  - unstuck
  - ascend
  - descend
  - ceil
  - thru
  - jumpto
  - up
  - restore
  - snapshot
  - cs
  - worldedit
  - searchitem
  - fast
  - biome
  - setbiome
  
  # These blocks a normal user can't place
  # only bypass users can place them
  blockedBlocks:
  - 46
  - 137
  
BlockedCmds:

  # These commands can only be performed by Bypass group
  blockedCmds:
  - stop
  - rl
  - reload
  
Updater:

  CheckForUpdates: 'true'
  AutoUpdating: 'true'
  nullUpdate: '&7[&6OpenTexonMod&7] &7Cannot find any update for OpenTexonMod'
  
AntiImposter:

  # If this should be enabled
  enabled: 'false'
  
  # Protected users
  users:
  - 00000000-0000-0000-0000-000000000000
  
  # The ip of the users above, add a new entry for
  # each user with their ip
  00000000-0000-0000-0000-000000000000: '0.0.0.0.0'
  
Warnings:

  # Messages
  WarnPrefix: '&7[&6OpenTexonMod&7] &7'
  WarnSuffix: '&7, You now have %warnings%/3 warnings'
  WarnTooMany: "&7, You now have too many warnings, therefore you were put\ninto the default rank"
  
  # Command to peform when max warnings are reached
  OnMaxWarningsCommand: 'manudel %player%'
  
  # Max warnings before the OnMaxWarningsCommand will be executed
  maxwarns: 2
  
Applications:

  # Add the name of each rank that you want to have a custom apply
  # If a players rank is not listed here it will show the apply
  # For the default rank. DO NOT USE CAPS ON THE GROUPS
  ranks:
  - default
  
  # Name each entry here the name of the rank
  default: |-
    &7------------&6Apply&7--------------
    &7Set apply link in the config
    &7------------------------------
    
Help:

  # Add the name of each rank that you want to have a custom help
  # If a players rank is not listed here it will show the help
  # For the default rank. DO NOT USE CAPS ON THE GROUPS
  ranks:
  - default
  
  # Name each entry here the name of the rank
  default: |-
    &7-------------&6Help&7---------------
    &6/warp &7- Warps to the selected warp
    &6/spawn &7- Teleports to spawn
    &6/msg &7- Messages another player
    &6/tpa &7- Sends a teleport request to a player
    &6/tpyes &7- Accepts a teleport request
    &6/tpno &7- Denys a teleport request
    &6/help &7- Lists of all your commands
    &6/apply &7- Apply for a rank
    &7-------------------------------
    
ConfigSettings:

  # DO NOT CHANGE THIS VALUE!
  ConfigVersion: 1.8.3

motd.yml

Motd:
  # Max players, set to -1 for default in the server.properties
  maxPlayers: '500'
  # Default name if they have never joined
  defaultName: Stranger
  # Messages
  motd: '&6>&7>&6>&7 &7Welcome &6%player% &7to &l&6PyrexMC&r&7 &7[&a1.8.8&7]%newline%&6>&7>&6>
    &7[&aSurvival&7] &7[&eKitPVP&7] &cNo lag &bNo greif &3Keep inventory'
  banned: '&6>&7>&6>&7 &cYou are banned from &l&6PyrexMC&r&7 &7[&a1.8.8&7]%newline%&6>&7>&6>
    &7[&aSurvival&7] &7[&eKitPVP&7] &cNo lag &bNo greif &3Keep inventory'
  newPlayer: '&6>&7>&6>&7 Join &l&6PyrexMC&r&7 &6%player%%newline%&6>&7>&6> &7[&aSurvival&7]
    &7[&eKitPVP&7] &cNo lag &bNo greif &3Keep inventory'
  lockdown: '&6>&7>&6>&7 &l&6PyrexMC&r&7 is on &6lockdown &7at the moment%newline%&6>&7>&6>
    &7[&aSurvival&7] &7[&eKitPVP&7] &cNo lag &bNo greif &3Keep inventory'
  whitelist: '&6>&7>&6>&7 &l&6PyrexMC&r&7 is &6whitelisted &7at the moment%newline%&6>&7>&6>
    &7&7[&aSurvival&7] &7[&eKitPVP&7] &cNo lag &bNo greif &3Keep inventory'
  # Don't touch this
  players: []
  # DON'T CHANGE ANYTHING DOWN BELLOW
  ConfigVersion: 0.0.2

swearwords.txt

In this file just put your swearwords row after row as shown bellow.

swearword1
swearword2
swearword3

After configuring the configs, you just save it and it will auto reload the config for you.

Help i cannot do any commands

First visit this page: mcuuid.net, type in your username then copy the full uuid. Go into config.yml of OpenTexonMod. Replace 00000000-0000-0000-0000-000000000000 in the groups with the UUID you got from the site.


Comments

Posts Quoted:
Reply
Clear All Quotes