MOTD creator

  1. Minecraft Server Stress Test Tool Download
  2. Minecraft Stress Test
Minecraft Server Stress Test Tool

Create a MOTD for your server. Select the right text and colors, and get the final MOTD for your server config.

Create a MOTD

Minecraft 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 vote

Whitelist creator

Tired of typing /whitelist too many times? Type a list of usernames and get a ready-to-use whitelist.json file.

Create a whitelist

Banner creator

An easy way to create the wildest banners. Select the color and pattern.

Create a banner

Blocks and items

View and search in all blocks and items. Find the id or ingame name of your favorite block.

View blocks/items

Server status checker

View the status of Minecraft servers, without having to open the game client.

View server status

Armour stand

Easy and handy tool to create an armor stand and get the command to spawn it in-game.

Create an armor stand

Server.properties

An always up-to-date version of the default server.properties file.

Get server.properties

Minecraft JSON

Create /tellraw, books, signs and much more very easy.

Create JSON

Damage Values

Generates damage values for tools, great for model and map makers.

Generate values

Give Generator

A tool to spawn anything, and set the NBT data and more.

Create command Minecraft

Formatting Codes

Not really a tool, but a handy reference for formatting codes and how they work.

Learn more Minecraft server stress test tools

Minecraft Stress Test

Jul 9th, 2017
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. ''Super dirty, simple stress test tool for minecraft classic servers.
  2. Feel free to do whatever you want with this source code''
  3. importsocket
  4. importrandom
  5. importerrno
  6. class StressBot(object):
  7. ''Only works properly with 512x512x96 maps (X,Y,Z, non-nothian format)''
  8. self.Name= Name
  9. self.X,self.Y,self.Z=256*32,256*32,48*32 + 78
  10. self.MovingForwards=0#0 for backwards, 1 for forwards (increase in x/y)
  11. def Connect(self,Ip,Port):
  12. self.Socket=socket.create_connection((Ip,Port))
  13. returnFalse
  14. self.Socket.sendall('x00' +'x07' + Name + Name + 'x01')
  15. returnTrue
  16. def Update(self):
  17. whileTrue:
  18. Result =self.Socket.recv(0xFFFF)
  19. exceptsocket.error,(error_no, error_msg):
  20. break
  21. else:
  22. raisesocket.error
  23. #Movement
  24. ifself.LastChange + random.randint(4,7)<time.time():
  25. #Change direction
  26. self.MovingForwards=random.randint(0,1)
  27. Val =16
  28. Val = -16
  29. self.X=(self.X + Val) % (512*32)
  30. self.Y=(self.Y + Val) % (512*32)
  31. #Make movement packet.
  32. Packet ='x08x00' +'%s%s%sx00x00' %(struct.pack('!h',self.X),struct.pack('!h',self.Z),struct.pack('!h',self.Y))
  33. Bots =[]
  34. Limit =117
  35. whileTrue:
  36. BadBots =[]
  37. Bot.Update()
  38. BadBots.append(Bot)
  39. whilelen(BadBots)>0:
  40. iflen(Bots)< Limit and LastConnect +0.05<time.time():
  41. Bot = StressBot('Bot%d' %CurBot)
  42. res = Bot.Connect('121.73.122.146',25565)
  43. print'Connect on Bot%d succeeded (%d/%d)' %(CurBot-1,len(Bots)+1,Limit)
  44. else:
  45. print'Connect on Bot%d failed (%d/%d)' %(CurBot-1,len(Bots),Limit)
RAW Paste Data