NFCNotes is a PaperMC plugin compatible with Spigot that allows you to withdraw money using notes. Those notes can also be used to redeem money.
- Java 21
- Vault
- PaperMC. Older versions up to 1.13 may work, but they are not supported. Only the latest Minecraft version is supported.
To build NFCNotes, you just need to run mvn clean package using Maven.
NFCNotes includes two events: WithdrawEvent and DepositEvent. If you want to use them, just include NFCNotes in your plugin. We strongly recommend Maven.
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.Kikisito</groupId>
<artifactId>NFCNotes</artifactId>
<version>master</version>
</dependency>
</dependencies>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.