-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
bug reportReports of bugs/inconsistenciesReports of bugs/inconsistencies
Description
Description of Issue
Basically, when a certain amount of players join the server, teleporting functionality breaks, such as RTP, TPA, and even things down to /tp for operators. I've tried a lot to fix this issue, but nothing seems to be working.
Version Information
[19:23:36 INFO]: --------------------------------------------------
[19:23:36 INFO]: CMI: 9.8.3.2 SqLite
[19:23:36 INFO]: CMILib: 1.5.7.4
[19:23:36 INFO]: Server: Paper(60) 1.21.8-R0.1-SNAPSHOT+
[19:23:36 INFO]: CMI economy: Enabled Vault: 1.7.3-CMI CMI Chat: Enabled
[19:23:36 INFO]: Modules -> 34 enabled 35 disabled: spawnerProximity, cuffed, mirror, tablist, armorEffects, moneyCheque, portalCreation, noTarget, cmiPlaytime, rideAnimation, bossBarCompass, coloredArmor, anvilColor, playerCombat, votifier, headDrop, decoratedpot, spawnerCharge, namePlates, signEdit, hpBossBar, armorstand, holograms, spawners, paintingEditor, dynamicSigns, damageControl, durabilityLoss, disabledEnchants, worldLimitsElytra, worldLimits, ranks, sitAnimation, silentChest, totemBehavior
[19:23:36 INFO]: --------------------------------------------------Errors
Relevant Config Sections
Teleport:
# Players need to have cmi.safeteleport permision node to be placed in a safe location when teleporting to target location
# When true then while checking for safe location, we will try to determin it going down and if it fails, then up from target location
# When set to false, then first of all location above target location will be checked, then down
SafeLocationDownThenUp: false
# Time in seconds player should be invulnerable after teleporting
# This will prevent player who teleported to damage others for defined time
# Set this to 0 if you want to disable it
# Max 60 seconds
Invulnerability: 3
# Time in seconds player should be invulnerable after teleporting to this world
# If world isn't defined then default timer will be used
InvulnerabilityPerWorld:
- testWorld-5
# Situations where teleport invulnerability gets disabled
DisableInvulnerability:
# Disables if player breaks or places block
OnBlockBreakPlace: true
# Disables if player interacts with a block or entity
OnInteraction: true
# Set to true if you want to use tp commands as /cmi tp [WhoYouWantToTeleport] [WhereToTeleport] when its false, its /cmi tp [whereToTeleport] [WhoYouWantToTeleport]
SwitchPlaces: true
CurrentLoc:
# Applies for tpa, tpahere and tpaall only
# If set to true then player will be teleported to current player position after accepting teleport request
# If set to false then player will be teleported to player at which teleport request was issued
tpa: true
# Applies for tpahere only
tpahere: true
# Default distance for jump command. Can be overriden with cmi.command.jump.[amount] permission node
JumpDefault: 50
Tpa:
# Defines time in seconds for accepting tpa or tpahere requests
Time: 15
# Defines time in seconds for player being teleported after tpa or tpahere is being accepted
Warmup: 3
# Defines if player can move when tpa or tpahere is being accepted
Move: false
# Defines time in seconds for blocking player teleport offers after denying their request
Block: 120
# Distance in blocks for max teleportation range
# Set to 0 if you want to disable it
# Having it at any positive number will prevent players requesting teleportations to player in other wolds in adition to limiting it by range between players
# Can be bypassed by player having cmi.command.tpa.max.[blockcount] permission node
MaxDistance: 0
TpaHere:
# Distance in blocks for max teleportation range
# Set to 0 if you want to disable it
# Can be bypassed by player having cmi.command.tpahere.max.[blockcount] permission node
MaxDistance: 0
Tp:
# Defines time in seconds for bypassing prevented teleportation to unsafe location
Bypass: 10
# When set to true adds accept and deny buttons when sending tpa or tpahere requests
DenyConfirm: trueRelevant Plugins
No response
Agreements
- My server is supported by CMI.
- My version of CMI at the time of this report is up to date.
- I have searched the github and asked around before making this report.
Metadata
Metadata
Assignees
Labels
bug reportReports of bugs/inconsistenciesReports of bugs/inconsistencies