Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	build.gradle
#	src/main/resources/plugin.json
  • Loading branch information
skykatik committed Feb 20, 2021
2 parents 82d86ff + 900fc25 commit 693a9c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ A small plugin for Mindustry server. Allows admins to execute JavaScript code.
Download the latest release (`.jar`) [here](https://github.com/summetdev/JSEval/releases/latest). <br>
Put `.jar` file to `config/mods` folder.

WARNING: Needs Java 14 installed to use

## How to use
If you're admin, use `/js <code>` command.
If you're admin, use `/js <code>` command.
3 changes: 2 additions & 1 deletion src/main/java/jseval/JSEval.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

import arc.util.*;
import mindustry.gen.*;
import mindustry.mod.Plugin;
import mindustry.mod.*;

import static mindustry.Vars.*;

@SuppressWarnings("unused")
public class JSEval extends Plugin {

@Override
Expand Down

0 comments on commit 693a9c8

Please # to comment.