siemcraft
Security Information and Event Management in Minecraft
File Explorer
Download Latest Version (.zip)- main.yml
- release.yml
- diagram.png
- diamond_talk_sharable.pdf
- siemcraft_command.png
- siemcraft_logo.png
- siemcraft_pig.png
- siemcraft_settings.png
- siemcraft_settings2.png
- siemcraft_settings3.png
- sealighter_config.json
- sysmon_config.xml
- security.yml
- where.yml
- whoami.yml
- launch.json
- bear.json
- chicken.json
- cow.json
- panda.json
- pig.json
- spider.json
- server_scriptapi.js
- bear.json
- manifest.json
- pack_icon.png
- package-lock.json
- package.json
- script_gametest.js
- manifest.json
- pack_icon.png
- bear.entity.json
- bear.png
- manifest.json
- pack_icon.png
- eventlogger.go
- main.go
- minecraft.go
- rules.go
- stringset.go
- .gitignore
- build.ps1
- go.mod
- go.sum
- README.md
- run.ps1
- test_websocket.py
# Installation Guide
1. Get the code
git clone https://github.com/pathtofile/siemcraft
Downloads the entire project code from GitHub to your computer.
cd siemcraft
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd siemcraft_addon_behavior
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Go
MediumPrerequisites
go build -o siemcraft.exe ./src
Compiles the Go program into an executable.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
