Cuberite Forum

Full Version: Server Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, So I have had a server for awhile and this has been happening a lot anyway when ever a block is broken the server console says "shit" any way to fix this? other times i just disabled a plugin but everything is disabled now..
That sounds like a plugin that is enabled. Could you post the content of your settings.ini?
Code:
; This is the main server configuration
; Most of the settings here can be configured using the webadmin interface, if enabled in webadmin.ini
; See: http://wiki.mc-server.org/doku.php?id=configure:settings.ini for further configuration help

[Authentication]
Authenticate=1
AllowBungeeCord=0
Server=sessionserver.mojang.com
Address=/session/minecraft/hasJoined?username=%USERNAME%&serverId=%SERVERID%

[MojangAPI]
NameToUUIDServer=api.mojang.com
NameToUUIDAddress=/profiles/minecraft
UUIDToProfileServer=sessionserver.mojang.com
UUIDToProfileAddress=/session/minecraft/profile/%UUID%?unsigned=false

[Server]
Description=MCServer - in C++!
MaxPlayers=100
HardcoreEnabled=0
AllowMultiLogin=0
Ports=5646
DefaultViewDistance=10

[RCON]
Enabled=0

[PlayerData]
LoadOfflinePlayerData=0
LoadNamedPlayerData=1

[Worlds]
; World=secondworld
DefaultWorld=world

[Plugins]
; Plugin=Debuggers
; Plugin=HookNotify
; Plugin=ChunkWorx
; Plugin=APIDump
Plugin=AutoSave&Restart
Plugin=CubeChat-master
Plugin=ClearLagg-master
Plugin=Jailed-master
Plugin=MyHomes
Plugin=MyWarps
Plugin=NoSPAM
Plugin=NoSwear
Plugin=ProtectionAreas
Plugin=WorldEdit-master
Plugin=Broadcast
Plugin=Core
Plugin=ChatLog

[DeadlockDetect]
Enabled=1
IntervalSec=20

[GameMode]
Hardcore=false

[Teleport]
;RequestTimeLimit: Time after which tpa/tpahere will timeout, 0 - disabled
RequestTimeLimit=0
Hahaha!

We had that exact same report: https://github.com/mc-server/MCServer/issues/1448 (search for 'shit' on that page)

Apparently it's caused by the outdated MyWarps plugin. Make sure no such folder is in your Plugins\ directory. , the plugin author, recommends you use the Essentials plugin, which is fully supported.
It turns out that the problem is in the MyWarps plugin. Someone reported it earlier, but it isn't fixed. I just posted on the plugin's thread to ask if he could fix it.
Thanks! I deleted the MyWarps plugin and its working just fine now!
Just seen that.

:P

I'll do something soon, or publish Essentials in the forums or update MyWarps