forked from tyap-lyap/skylands
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Awakened-Redstone <[email protected]>
- Loading branch information
1 parent
df6c329
commit 78deaf4
Showing
216 changed files
with
4,381 additions
and
1,706 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,124 @@ | ||
# gradle | ||
# User-specific stuff | ||
.idea/ | ||
|
||
.gradle/ | ||
build/ | ||
*.iml | ||
*.ipr | ||
*.iws | ||
|
||
# IntelliJ | ||
out/ | ||
classes/ | ||
# mpeltonen/sbt-idea plugin | ||
.idea_modules/ | ||
|
||
# eclipse | ||
# JIRA plugin | ||
atlassian-ide-plugin.xml | ||
|
||
*.launch | ||
# Compiled class file | ||
*.class | ||
|
||
# idea | ||
# Log file | ||
*.log | ||
|
||
.idea/ | ||
*.iml | ||
*.ipr | ||
*.iws | ||
# BlueJ files | ||
*.ctxt | ||
|
||
# Package Files # | ||
*.jar | ||
*.war | ||
*.nar | ||
*.ear | ||
*.zip | ||
*.tar.gz | ||
*.rar | ||
|
||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | ||
hs_err_pid* | ||
|
||
*~ | ||
|
||
# temporary files which can be created if a process still has a handle open of a deleted file | ||
.fuse_hidden* | ||
|
||
# KDE directory preferences | ||
.directory | ||
|
||
# vscode | ||
# Linux trash folder which might appear on any partition or disk | ||
.Trash-* | ||
|
||
.settings/ | ||
.vscode/ | ||
bin/ | ||
.classpath | ||
.project | ||
# .nfs files are created when an open file is removed but is still being accessed | ||
.nfs* | ||
|
||
# macos | ||
# General | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
*.DS_Store | ||
# Icon must end with two \r | ||
Icon | ||
|
||
# fabric | ||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear in the root of a volume | ||
.DocumentRevisions-V100 | ||
.fseventsd | ||
.Spotlight-V100 | ||
.TemporaryItems | ||
.Trashes | ||
.VolumeIcon.icns | ||
.com.apple.timemachine.donotpresent | ||
|
||
# Directories potentially created on remote AFP share | ||
.AppleDB | ||
.AppleDesktop | ||
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
# Windows thumbnail cache files | ||
Thumbs.db | ||
Thumbs.db:encryptable | ||
ehthumbs.db | ||
ehthumbs_vista.db | ||
|
||
# Dump file | ||
*.stackdump | ||
|
||
# Folder config file | ||
[Dd]esktop.ini | ||
|
||
# Recycle Bin used on file shares | ||
$RECYCLE.BIN/ | ||
|
||
# Windows Installer files | ||
*.cab | ||
*.msi | ||
*.msix | ||
*.msm | ||
*.msp | ||
|
||
# Windows shortcuts | ||
*.lnk | ||
|
||
.gradle | ||
build/ | ||
|
||
# Ignore Gradle GUI config | ||
gradle-app.setting | ||
|
||
# Cache of project | ||
.gradletasknamecache | ||
|
||
**/build/ | ||
|
||
# Common working directory | ||
run/ | ||
|
||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | ||
!gradle-wrapper.jar | ||
/config.json | ||
/users.db | ||
/auto-whitelist.json | ||
/remappedSrc/ | ||
/CHANGELOG.md | ||
/.run/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,42 @@ | ||
## This costom version is still in development! | ||
|
||
## About | ||
<!-- modrinth_exclude.start --> | ||
<img align="right" width="128" src="src/main/resources/assets/skylands/icon.png"> | ||
<!-- modrinth_exclude.end --> | ||
|
||
Skylands is a Minecraft mod/plugin for fabric loader. Simple skyblock islands generator and manager allowing your | ||
server's players create and visit islands. The mod can be used server-side only, however it's compatible with singleplayer | ||
and modpacks. This mod is not complete and still in active development. | ||
NeoSkies is a skyblock Minecraft mod, with island settings, teams, island upgrades, dedicated worlds for each island, economy integration (with Common Economy API) and more! | ||
This is a server-side mod, fully compatible with **vanilla** clients | ||
|
||
[![Discord Server](https://raw.githubusercontent.com/intergrav/devins-badges/v2/assets/cozy/social/discord-plural_64h.png)](https://discord.gg/DcemWeskeZ) | ||
[![Modrinth Page](https://raw.githubusercontent.com/intergrav/devins-badges/v2/assets/cozy/available/modrinth_64h.png)](https://modrinth.com/mod/skylands) | ||
[//]: # ([![Modrinth Page](https://raw.githubusercontent.com/intergrav/devins-badges/v2/assets/cozy/available/modrinth_64h.png)](https://modrinth.com/mod/neoskies)) | ||
|
||
### User Commands | ||
|
||
- **/sl hub** -> Teleport to the Hub. | ||
- **/sl create** -> Creates an Island. | ||
- **/sl home** -> Teleport to your Island. | ||
- **/sl visit <player>** -> Visit someone's Island. | ||
- **/sl home <player>** -> Teleport to an Island you are member of. | ||
- **/sl members invite <player>** -> Invite player to your Island. | ||
- **/sl members remove <player>** -> Remove player from your Island. | ||
- **/sl accept <player>** -> Accept Island join invite request. | ||
- **/sl kick <player>** -> Kick player from your Island. | ||
- **/sl ban <player>** -> Ban player from visiting your Island. | ||
- **/sl unban <player>** -> Unban player to allow visiting your Island. | ||
- **/sl delete** -> Deletes your Island. | ||
- **/sl settings set-spawn-pos** -> Changes home position. | ||
- **/sl settings set-visits-pos** -> Changes visits position. | ||
- **/sl settings toggle-visits** -> Enables/disables ability to visit your Island. | ||
- **/sl help** -> Sends this list. | ||
- **/is home** -> Open the mod GUI | ||
- **/is hub** -> Teleport to the Hub. | ||
- **/is create** -> Creates an Island. | ||
- **/is home** -> Teleport to your Island. | ||
- **/is visit <player>** -> Visit someone's Island. | ||
- **/is home <player>** -> Teleport to an Island you are member of. | ||
- **/is members invite <player>** -> Invite player to your Island. | ||
- **/is members remove <player>** -> Remove player from your Island. | ||
- **/is accept <player>** -> Accept Island join invite request. | ||
- **/is kick <player>** -> Kick player from your Island. | ||
- **/is ban <player>** -> Ban player from visiting your Island. | ||
- **/is unban <player>** -> Unban player to allow visiting your Island. | ||
- **/is delete** -> Deletes your Island. | ||
- **/is settings set-spawn-pos** -> Changes home position. | ||
- **/is settings set-visits-pos** -> Changes visits position. | ||
- **/is settings toggle-visits** -> Enables/disables ability to visit your Island. | ||
- **/is help** -> Sends this list. | ||
|
||
### Admin Commands | ||
|
||
- **/force-sl set-hub-pos** -> Changes position of the hub. | ||
- **/force-sl delete-island <player>** -> Deletes player's Island. | ||
- **/force-sl toggle-hub-protection** -> Enables/disables hub protection. | ||
- **/force-sl toggle-hub-music** -> Enables/disables hub background music. | ||
- **/sba hub \(pos|protection)** -> Modify the hub settings. | ||
- **/sba delete-island \<player>** -> Delete a player's island | ||
- **/sba settings** -> Change the mod settings (WIP) | ||
- **/sba balance <island> \(get|set|add|remove)** -> Modify an island's balance | ||
- **/sba island-data \(find|get)** -> Get the data of an island | ||
- **/sba modify <island> \(size|gamerule)** -> Modify an island property | ||
- **/sba reload** -> Reload the mod data | ||
|
||
|
||
This mod is a fork of [Skylands](https://modrinth.com/mod/skylands), made to have more feature parity with skyblock plugins like [bSkyblock](https://modrinth.com/plugin/bskyblock) and [ASkyblock](https://www.spigotmc.org/resources/askyblock.1220/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.