-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from IamTheDefender/development
Development
- Loading branch information
Showing
144 changed files
with
1,578 additions
and
2,349 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,89 @@ | ||
/.idea/ | ||
# Git | ||
*.orig | ||
!.gitignore | ||
|
||
# Windows | ||
Thumbs.db | ||
ehthumbs.db | ||
ehthumbs_vista.db | ||
*.stackdump | ||
[Dd]esktop.ini | ||
$RECYCLE.BIN/ | ||
*.lnk | ||
|
||
# Linux | ||
*~ | ||
.fuse_hidden* | ||
.directory | ||
.Trash-* | ||
.nfs* | ||
|
||
# MacOS | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
._* | ||
|
||
# Java | ||
*.class | ||
*.log | ||
*.ctxt | ||
.mtj.tmp/ | ||
*.jar | ||
*.war | ||
*.nar | ||
*.ear | ||
hs_err_pid* | ||
|
||
# Maven | ||
target/ | ||
pom.xml.tag | ||
pom.xml.releaseBackup | ||
pom.xml.versionsBackup | ||
pom.xml.next | ||
release.properties | ||
pom.properties | ||
createdFiles.lst | ||
inputFiles.lst | ||
dependency-reduced-pom.xml | ||
buildNumber.properties | ||
|
||
# Intellij | ||
*.iml | ||
*.java___jb_tmp___ | ||
.idea/* | ||
*.ipr | ||
*.iws | ||
/out/ | ||
.idea_modules/ | ||
|
||
# Eclipse | ||
*.pydevproject | ||
.metadata | ||
.gradle | ||
bin/ | ||
tmp/ | ||
*.tmp | ||
*.bak | ||
*.swp | ||
*~.nib | ||
local.properties | ||
.settings/ | ||
.loadpath | ||
.project | ||
.externalToolBuilders/ | ||
*.launch | ||
.cproject | ||
.classpath | ||
.buildpath | ||
.target | ||
|
||
# NetBeans | ||
nbproject/private/ | ||
build/ | ||
nbbuild/ | ||
dist/ | ||
nbdist/ | ||
nbactions.xml | ||
nb-configuration.xml | ||
.nb-gradle/ |
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,17 @@ | ||
# Github Repo for Cosmetics Addon | ||
This is the github repo for the cosmetics addon, wiki at https://iamthedefender.gitbook.io/bedwars1058-cosmetics/ | ||
Not the worst code eh? | ||
# BedWars Cosmetics | ||
This is an addon that adds various sets of cosmetics to enchance a player's experience in your server. Before you start using this you would require a supported bedwars plugin and some other plugins on which this plugin rely to make it's features work as expected. The current author and maintainer of this plugin is [IamTheDefender](https://iamthedefender.xyz). As of 2022, this plugin is open source and will stay that way. This plugin is open source under the GPL-3.0 License | ||
|
||
Thank you to all the contributers! | ||
## Contributions | ||
All contributions are welcome, after all, it is better to have all the required features in this plugin itself rather than creating multiple forks. I would really appericate if you contribute into this project. But please note that, try not to use NMS | ||
|
||
## Documentation (or Wiki) | ||
A detailed documentaion of this plugin is provided at the [wiki](https://dev-wiki.iamthedefender.xyz/bedwars-cosmetics), please look through the wiki before reporting an issue in this GitHub Repository or the Discord Support Server. | ||
|
||
## Support Server | ||
You can join our [discord support server](discord.iamthedefender.xyz) if you have issues with the plugin but please do check wiki before doing so, you can create a ticket in the discord server only if you think you need immediate help with a critical issue, I check every message whenever I have the time so don't ping me please. | ||
|
||
## 3rd Party libraries | ||
- [HikariCP](https://github.com/brettwooldridge/HikariCP) | ||
- [HCore](https://github.com/hakan-krgn/hCore) | ||
- [XSeries](https://github.com/CryptoMorin/XSeries) | ||
- [ParticleLib](https://github.com/ByteZ1337/ParticleLib/tree/master) |
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
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
Oops, something went wrong.