-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
75 changed files
with
2,165 additions
and
1,975 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
12 changes: 4 additions & 8 deletions
12
src/main/java/com/github/shynixn/blockball/api/BlockBallApi.java
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
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
8 changes: 8 additions & 0 deletions
8
src/main/java/com/github/shynixn/blockball/api/entities/items/package-info.java
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* API to manage boost items of the arena | ||
* | ||
* @since 2.9 | ||
* @author Shynixn | ||
* @version 1.0 | ||
*/ | ||
package com.github.shynixn.blockball.api.entities.items; |
8 changes: 8 additions & 0 deletions
8
src/main/java/com/github/shynixn/blockball/api/entities/package-info.java
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* API to manage most of the used items in the logic. | ||
* | ||
* @since 1.0 | ||
* @author Shynixn | ||
* @version 1.5 | ||
*/ | ||
package com.github.shynixn.blockball.api.entities; |
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
8 changes: 8 additions & 0 deletions
8
src/main/java/com/github/shynixn/blockball/api/events/package-info.java
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* API to manage events from the BlockBall logic. | ||
* | ||
* @since 1.0 | ||
* @author Shynixn | ||
* @version 2.1 | ||
*/ | ||
package com.github.shynixn.blockball.api.events; |
8 changes: 8 additions & 0 deletions
8
src/main/java/com/github/shynixn/blockball/api/package-info.java
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* API location to provide useful interactions. | ||
* | ||
* @since 1.0 | ||
* @author Shynixn | ||
* @version 2.1 | ||
*/ | ||
package com.github.shynixn.blockball.api; |
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
8 changes: 8 additions & 0 deletions
8
.../java/com/github/shynixn/blockball/business/bukkit/dependencies/bossbar/package-info.java
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* Provides access to the plugin BossBar | ||
* | ||
* @since 2.5 | ||
* @author Shynixn | ||
* @version 1.0 | ||
*/ | ||
package com.github.shynixn.blockball.business.bukkit.dependencies.bossbar; |
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
8 changes: 8 additions & 0 deletions
8
...om/github/shynixn/blockball/business/bukkit/dependencies/placeholderapi/package-info.java
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* Provides access to the plugin WorldGuard | ||
* | ||
* @since 2.5 | ||
* @author Shynixn | ||
* @version 1.0 | ||
*/ | ||
package com.github.shynixn.blockball.business.bukkit.dependencies.placeholderapi; |
8 changes: 8 additions & 0 deletions
8
...in/java/com/github/shynixn/blockball/business/bukkit/dependencies/vault/package-info.java
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* Provides access to the plugin BossBar | ||
* | ||
* @since 2.5 | ||
* @author Shynixn | ||
* @version 1.0 | ||
*/ | ||
package com.github.shynixn.blockball.business.bukkit.dependencies.vault; |
8 changes: 8 additions & 0 deletions
8
...va/com/github/shynixn/blockball/business/bukkit/dependencies/worldguard/package-info.java
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* Provides access to the plugin BossBar | ||
* | ||
* @since 2.5 | ||
* @author Shynixn | ||
* @version 1.0 | ||
*/ | ||
package com.github.shynixn.blockball.business.bukkit.dependencies.worldguard; |
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
8 changes: 8 additions & 0 deletions
8
src/main/java/com/github/shynixn/blockball/business/bukkit/nms/package-info.java
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* Redirects NMS requests over the NMSRegistry | ||
* | ||
* @since 1.0 | ||
* @author Shynixn | ||
* @version 1.0 | ||
*/ | ||
package com.github.shynixn.blockball.business.bukkit.nms; |
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
8 changes: 8 additions & 0 deletions
8
src/main/java/com/github/shynixn/blockball/business/bukkit/package-info.java
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/** | ||
* Main plugin level. | ||
* | ||
* @since 1.0 | ||
* @author Shynixn | ||
* @version 1.0 | ||
*/ | ||
package com.github.shynixn.blockball.business.bukkit; |
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.