Skip to content

Commit

Permalink
Merge pull request #15 from ZetaMap/v7-dev
Browse files Browse the repository at this point in the history
come back from dead馃槈
  • Loading branch information
ZetaMap committed Jan 31, 2023
2 parents 0ab30d3 + b61a17a commit 90c057c
Show file tree
Hide file tree
Showing 22 changed files with 3,427 additions and 3,193 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
* `clear-map [y|n]` Kill all units and destroy all blocks except cores, on the current map.
* `gamemode [name]` Change the gamemode of the current map.
* `blacklist <list|add|remove|clear> <name|ip> [value...]` Players using a nickname or ip in the blacklist cannot connect.
* `anti-vpn [on|off|limit] [number]` Anti VPN service.
* `anti-vpn [on|off|token] [your_token]` Anti VPN service.
* `filters <help|on|off>` Enabled/disabled filters.
* `effect <list|on|off> [id|name]` Enabled/disabled a particles effect.
* `switch <help|list|add|remove> [name] [ip] [onlyAdmin]` Configure the list of servers in the switch.
* `tag <help|arg0> [ID|on|off] [tagName...]` Configure the tag system.
* `bans <list|add|remove|reset> [type-id|ip] [ID|IP] [reason...]` List all banned IP/ID or ban/unban an ID/IP.
* `switch <help|list|add|remove|clear> [name] [ip] [onlyAdmin]` Configure the list of servers in the switch.
* `tag <help|arg0> [ID|] [tagName...]` Configure the tag system.
* `ban <list|add|remove|reset> [type-id|ip] [ID|IP] [reason...]` List all banned IP/ID or ban/unban an ID/IP.
* `alogs [on|off|reset] [y|n]` Configure admins logs.
* `reset [ID]` Reset all data of the player (ips, names, ban, ...).
* `fillitems [team|all] [items...]` Fill the core with the selected items.
* `fillitems [team|all] [items...]` Fill the core with the selected item.
- [ ] `warn [ID] [message...]` Display a pop-up message to warn the player.
- [ ] `reports <list|ok|clear> [id]` Control the reports list
- [ ] `reset [ID]` Reset all data of the player (ips, names, ban, ...).

### Feedback
Open an issue if you have a suggestion.
Expand Down
5 changes: 3 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
powershell .\gradlew :build
@echo off
powershell ./gradlew :build
move /y .\build\libs\!moreCommands.jar .\
rd /s /q .\build
rd /s /q .\build
11 changes: 8 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,21 @@ sourceCompatibility = 1.8
repositories{
mavenCentral()
maven{ url 'https://www.jitpack.io' }
maven{ url 'https://maven.xpdustry.fr/releases' }
}

ext{
//the build number that this plugin is made for
mindustryVersion = 'v126.2'
mindustry = 'v141.3'
nucleus = '2023.1.4'
distributor = '3.0.0-rc.2'
}

dependencies{
compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion"
compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion"
compileOnly "com.github.Anuken.Arc:arc-core:$mindustry"
compileOnly "com.github.Anuken.Mindustry:core:$mindustry"
compileOnly "fr.xpdustry:nucleus-mindustry:$nucleus"
compileOnly "fr.xpdustry:distributor-api:$distributor"
}

jar{
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 90c057c

Please sign in to comment.