cMss help
2 replies [Last post]
nikalus
WoM Member
Members
WoM Member: 12617
WoM Coins: 15

Hey everybody,
I'm trying to use the cMss plugins for my server on my Mac (running OSX 10.5.8) but I get the error

Quote:
Starting plugins...
Exception in thread "main" java.lang.NoClassDefFoundError: com/mojang/minecraft/server/MinecraftServer
Fatal exception occured, restarting server. (Exception in thread "main" java.lang.NoClassDefFoundError: com/mojang/minecraft/server/MinecraftServer...)
Stopping plugins...
Exception in thread Thread-3:
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/Users/XXXXXX/Downloads/minecraft-server/cmss.py", line 224, in run
    for player in self.server.players:
  File "/Users/XXXXXX/Downloads/minecraft-server/cmss.py", line 347, in players
    with open("players.txt") as players:
IOError: [Errno 2] No such file or directory: 'players.txt'

and that keeps looping, with the only difference in each loop that the "exception in thread" goes up in multiples of 3.  Any suggestions?

InvisiblePerson
WoM Member
Contributor
WoM Member: 446
WoM Coins: 18
Did you download the vanilla server software?

Did you download the vanilla server software?

nikalus
WoM Member
Members
WoM Member: 12617
WoM Coins: 15
Yes, I did, and the vanilla

Yes, I did, and the vanilla software by itself works just fine.  But when I run the cMss file, that error comes up.

Also, I have no idea why it says that players.txt doesn't exist when it does... :P