Skip to content

Minecraft teleport extensional command. rcon, nodejs, nbt.

Notifications You must be signed in to change notification settings

devmario/mc_ext_comm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt logo

mc_ext_comm

Minecraft extensional command. rcon, nodejs, nbt.

this node.js script page is for minecraft teleport more smart.

feature

  • save current position with key
  • teleport at saved key
  • show key list
  • delete key
  • show another player's key list
  • teleport at saved another player's key

requirements

  • npm
  • gcc
  • node.js

install

git submodule init
git submodule update
npm install

config

minecraft server.properties

enable-rcon=true
rcon.port=PORT
rcon.password=PASSWORD

.env config

MCRCON_HOST=RCON_IP
MCRCON_PORT=RCON_PORT
MCRCON_PASSWORD=RCON_PASSWORD
MC_PATH=MINECRAFT_PATH

run

node index.js

command

@ls
@ls userName
@set positionKey
@go positionKey
@go userName positionKey
@?
@del positionKey

About

Minecraft teleport extensional command. rcon, nodejs, nbt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published