MOTD creator
Create a MOTD for your server. Select the right text and colors, and get the final MOTD for your server config.
Create a MOTDMinecraft Server Stress Test Tool Download
Votifier tester
Is the port open, and do the player get the right rewards? Test your Votifier setup and listeners, and find out.
'Super dirty, simple stress test tool for minecraft classic servers. Feel free to do whatever you want with this source code' import socket. Dotcom-Monitor offers a full-suite of web performance monitoring tools. Monitor virtually any public-facing website, server, portal or device including IIS, Apache, Exchange, VoIP and more. Receive real-time alerts when an issue is detected. Use robust diagnostic tools to. Running the test LoadGen test can be used to stress a Windows Server. This server could be a physical server or a virtual machine. If physical server has more than 64 logical processors or has more than 1 TB memory, LoadGen should run against the physical server directly. A test for your stress. DO NOT BREAK REDSTONE or you will mess up the map. Download map now! The Minecraft Map, The stress test, was posted by 01toad.
Send a test voteWhitelist creator
Tired of typing /whitelist
too many times? Type a list of usernames and get a ready-to-use whitelist.json
file.
Banner creator
An easy way to create the wildest banners. Select the color and pattern.
Create a bannerBlocks and items
View and search in all blocks and items. Find the id or ingame name of your favorite block.
View blocks/itemsServer status checker
View the status of Minecraft servers, without having to open the game client.
View server statusArmour stand
Easy and handy tool to create an armor stand and get the command to spawn it in-game.
Create an armor standServer.properties
An always up-to-date version of the default server.properties
file.
Minecraft JSON
Create /tellraw
, books, signs and much more very easy.
Damage Values
Generates damage values for tools, great for model and map makers.
Generate valuesGive Generator
A tool to spawn anything, and set the NBT
data and more.
Formatting Codes
Not really a tool, but a handy reference for formatting codes and how they work.
Learn moreMinecraft Stress Test
- ''Super dirty, simple stress test tool for minecraft classic servers.
- Feel free to do whatever you want with this source code''
- importsocket
- importrandom
- importerrno
- class StressBot(object):
- ''Only works properly with 512x512x96 maps (X,Y,Z, non-nothian format)''
- self.Name= Name
- self.X,self.Y,self.Z=256*32,256*32,48*32 + 78
- self.MovingForwards=0#0 for backwards, 1 for forwards (increase in x/y)
- def Connect(self,Ip,Port):
- self.Socket=socket.create_connection((Ip,Port))
- returnFalse
- self.Socket.sendall('x00' +'x07' + Name + Name + 'x01')
- returnTrue
- def Update(self):
- whileTrue:
- Result =self.Socket.recv(0xFFFF)
- exceptsocket.error,(error_no, error_msg):
- break
- else:
- raisesocket.error
- #Movement
- ifself.LastChange + random.randint(4,7)<time.time():
- #Change direction
- self.MovingForwards=random.randint(0,1)
- Val =16
- Val = -16
- self.X=(self.X + Val) % (512*32)
- self.Y=(self.Y + Val) % (512*32)
- #Make movement packet.
- Packet ='x08x00' +'%s%s%sx00x00' %(struct.pack('!h',self.X),struct.pack('!h',self.Z),struct.pack('!h',self.Y))
- Bots =[]
- Limit =117
- whileTrue:
- BadBots =[]
- Bot.Update()
- BadBots.append(Bot)
- whilelen(BadBots)>0:
- iflen(Bots)< Limit and LastConnect +0.05<time.time():
- Bot = StressBot('Bot%d' %CurBot)
- res = Bot.Connect('121.73.122.146',25565)
- print'Connect on Bot%d succeeded (%d/%d)' %(CurBot-1,len(Bots)+1,Limit)
- else:
- print'Connect on Bot%d failed (%d/%d)' %(CurBot-1,len(Bots),Limit)