项目作者: hpfxd

项目描述 :
WoahMod v2
高级语言: Java
项目地址: git://github.com/hpfxd/woahmod-2.git
创建时间: 2018-05-05T08:35:32Z
项目社区:https://github.com/hpfxd/woahmod-2

开源协议:Other

下载


Woahmod v2

Discord Server

Info

WoahMod is a Minecraft modification.
no idea why we thought this was a good idea but here we are

pull requests welcome.

Features

  • /woahmod
    Main WoahMod command. Shows commands and version info.
    Usage: /woahmod [commands]
    Example: /woahmod
  • /massmsg
    Run a command once for every player on the server.
    Replaces %player% as the current player in the loop.
    Usage: /massmsg <delay in ms> <command>
    Example: /massmsg 300 /msg %player% hello!
  • /spammer
    Spams a command x amount of times with a delay.
    Usage: /spammer <delay in ms> <amount> <command>
    Example: /spammer 1000 10 /tell hpf hello!
  • /spammer file
    Spams commands from a file located in .minecraft/mods/woahmod/spammerfiles/
    -p: Replaces %p% in the file with the argument following -p
    Usage: /spammer file <delay in ms> <file> [-p <text>]
    Example: /spammer file 100 allstarmsg.txt -p hpf
  • Tags
    Tags are things that appear before your name above your head.
    You may request one on the Discord server!

Downloading

  • Grab a build from the releases page
  • Install Minecraft Forge for 1.8.9
  • Put the release you downloaded in your .minecraft/mods/ directory.
  • Launch the game with forge.
  • Done!

.minecraft location

  • Windows: %appdata%\.minecraft\
  • Mac: ~/Library/Application Support/minecraft/
  • Linux: ~/.minecraft/