Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikosgram/gringotts-towny
Gringotts-Towny allows the creation of Gringotts vaults and account for Towny's nations and towns.
https://github.com/nikosgram/gringotts-towny
bukkit bukkit-plugin economy gringotts gringotts-dependency gringotts-towny hacktoberfest minecraft minecraft-mod minecraft-plugin nation paper paper-plugin spigot spigot-plugin town towny
Last synced: 3 months ago
JSON representation
Gringotts-Towny allows the creation of Gringotts vaults and account for Towny's nations and towns.
- Host: GitHub
- URL: https://github.com/nikosgram/gringotts-towny
- Owner: nikosgram
- License: bsd-2-clause
- Created: 2022-09-04T17:31:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T00:42:20.000Z (over 1 year ago)
- Last Synced: 2023-06-10T01:27:16.709Z (over 1 year ago)
- Topics: bukkit, bukkit-plugin, economy, gringotts, gringotts-dependency, gringotts-towny, hacktoberfest, minecraft, minecraft-mod, minecraft-plugin, nation, paper, paper-plugin, spigot, spigot-plugin, town, towny
- Language: Java
- Homepage: https://www.spigotmc.org/resources/gringotts-towny.105074/
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# GringottsTowny
Gringotts-Towny allows the creation of [Gringotts](https://github.com/nikosgram/gringotts) vaults and account
for [Towny](https://www.spigotmc.org/resources/towny-advanced.72694/)'s nations and towns.### Get GringottsTowny
- [from Spigot](https://www.spigotmc.org/resources/gringotts-towny.105074/)
- [from Hangar](https://hangar.papermc.io/nikosgram/Gringotts-Towny)## Configuration
```yaml
# supported languages: "custom" (default, english), "de" (german), and "pt-BR" (brazilian portuguese).
language: custom# changes the required sign name for the creation of town/nation vaults
# Example: [town vault]
town_sign_vault_name: 'town'
nation_sign_vault_name: 'nation'
```## Permissions
`gringotts.createvault.town`
---
Gives the necessary permissions to the players to create vault for their towns.`gringotts.createvault.nation`
---
Gives the necessary permissions to the players to create vault for their nations.Development
-----------
Would you like to make changes to Gringotts Towny yourself? Fork it!
Pull requests are very welcome, but please make sure your changes fulfill the Gringotts Towny quality baseline:* new features, settings, permissions are documented
* required dependencies are all added to the build by Maven, not included in the repo
* the project builds with Maven out-of-the-boxGringotts uses the [Maven 3](http://maven.apache.org/) build system. Build a working plugin jar with the command
```shell
mvn compile install
```License
-------
All code within Gringotts is licensed under the BSD 2-clause license. See `LICENSE` for details.