Earny
My open-source project Earny is a simple system to earn money with Minecraft servers. You earn money by specifying your adfly and adfocus api key in the configuration file. Everytime a player sends a link in chat the plugin will shorten the link using a monetizing shortener like AdFly and AdFocus. These services allow you to show an ad before linking to the original site to make a bit of money on every click. In order to earn some money as a developer, 50% of the links are created with my API key.
Currently only AdFly, Adult.xyz and AdFocus are supported. In the future we will support several shorter links. You can also short a link with the command /short-url <service> <url>
If you have any ideas, please feel free to contribute them: GitHub > Issues.
GitHub Repository: GitHub Repository
Install Plugin
1. Download file
2. Move it to plugins folder
3. Start and stop
4. Setup your config and API keys
5. Restart Server
Setup adfoc.us (6$ / 1000 views)
1. Create account on adfoc.us
2. Log in
3. Go to tools -> API access
4. Copy url element after key= to & (but without the &) and set it in the configuration.toml
5. Reload server (restart is recommended).
Setup adf.ly (2$ / 1000 views)
1. Create account on adf.ly
2. Log in
3. Go to tools -> API documentation
4. Copy user id and api key and set it in your configuration.toml
5. Reload server (restart is recommended).
Setup adult.xyz (2$ / 1000 views)
1. Create account on adult.xyz
2. Log in
3. Go to tools -> API documentation
4. Copy user id and api key and set it in your configuration.toml
5. Reload server (restart is recommended).
Thank you for reading this long text.