trying to create a plugin using the spigot api! this plugin will be responsible for delivering the products according to the settings!

Overview

KettraShop

"simples plugin de ativação de produtos da loja, dentro do Minecraft"

⚙️ Configurações

caso você não tenha uma loja virtual para seu servidor você podera comprar de mim por R$ 131,98 entre em contato via discord: SEBASTIAN JN ฅ^•ﻌ•^ฅ#7879

Baixe o plugin clicando aqui e coloque na pasta plugins do seu servidor e preencha as configurações como se pede!

1 - Para o plugin funciona você precisa colocar as informações corretas para se conectar ao MySql!

# conexao ao banco de dados
MySQL:
  host: ""
  usuario: ""
  senha: ""
  database: ""

2 - tempo para fazer a busca por novas compras aprovadas, recomendado ser mais de 5 minutos!

# configurações de tempo para fazer a busca no mysql!
tempo: 5

3 - notificação via webhook do discord, obrigatoriamente a usar esya configurações, na url você coloca o token/link do webhook e na mensagem o que o webhook vai aparecer ( @player é o nome do jogador )

# notificação via webhook do discord
webhook:
       url: ""
       mensagem: ""

4 - a mensagem que aparecera no chat apenas para o jogador que fez a compra! ( @player é o nome do jogador )

# mensagem no chat para todos os players ( nome do jogador vem na frente!)
mensagem: ""

5 - seguindo essa mesma configuração para os outros produtos: id, comando! ( @player é o nome do jogador )

# produto id,commandos
1:
 commands:
 - dar @player produto

🔗 Desenvolvedores

usamos o compilador maven para compilar nosso plugin então baixe ele e o java 17:

apt-get install maven -y 

depois de ter instalado o java 17 e o maven clone o nosso repositório:

git clone https://github.com/sebastianjnuwu/plugin

pronto agora você pode codar a vontade! para compilar o plugin basta executar:

cd plugin && mvn install

o plugin estara na pasta /target, coloque na pasta plugins do servidor e ligue!

You might also like...

Create different patterns and designs using your favorite programming language for this project.

Create different patterns and designs using your favorite programming language for this project.

Patterns project for Hacktoberfest Create different patterns and designs using your favourite programming language weather it be a square pattern, sta

Oct 5, 2022

A Spigot Plugin that connects your server chat with a discord channel

A Spigot Plugin that connects your server chat with a discord channel

Minecord A Spigot Plugin that connects your server chat with a discord channel. Features Connects your in game chat with a channel on your discord ser

Apr 3, 2022

r/place replica in Minecraft (Bukkit/Spigot plugin)

r/place replica in Minecraft (Bukkit/Spigot plugin)

MinePlace offers a completely new gaming experience in Minecraft. As a parody of r/place, a world-renowned reddit community project, this project offe

Aug 19, 2022

BungeeCord/Spigot plugin that fixes Multi-world detection by simulating mod presence on the server side

Companion for map mods Unofficial BungeeCord and Spigot (Paper) companion plugin for Xaero's Minimap (and their World Map), JourneyMap and VoxelMap. T

Sep 18, 2022

Search API with spelling correction using ngram-index algorithm: implementation using Java Spring-boot and MySQL ngram full text search index

Search API with spelling correction using ngram-index algorithm: implementation using Java Spring-boot and MySQL ngram full text search index

Search API to handle Spelling-Corrections Based on N-gram index algorithm: using MySQL Ngram Full-Text Parser Sample Screen-Recording Screen.Recording

Dec 4, 2021

A plugin that adds Qualities to Items, along with the ability for the user to create their own.

A plugin that adds Qualities to Items, along with the ability for the user to create their own.

ItemQualities ItemQualities is a Minecraft Plugin for 1.18+ Servers that adds a special functionality to Damagable items. Inspired by the Quality Tool

Jul 1, 2022

A Spigot latest maven starter template.

NAME One sentence to describe your plugin. Introduction Describe your plugin clearly. Features Feature 1 Dependencies Commands /command Command functi

Jul 1, 2022

An easy-to-use Spigot library that implements a GUI interface within offhand maps.

MiniMapGUI An easy-to-use Spigot library that implements a GUI interface within offhand maps. Maven/Gradle Dependencies Replace Tag with the latest ve

Oct 17, 2022

A Mixin framework for Spigot/Bukkit that allows you to hook custom event anywhere

A Mixin framework for Spigot/Bukkit that allows you to hook custom event anywhere

A Mixin framework for Spigot/Bukkit that allows you to hook custom event anywhere. Start coding your advanced plugins today!

Nov 30, 2022
Releases(1.2)
Owner
SEBASTIAN JN ฅ^•ﻌ•^ฅ
SEBASTIAN JN ฅ^•ﻌ•^ฅ
JSON Web Token implementation for Java according to RFC 7519. Easily create, parse and validate JSON Web Tokens using a fluent API.

JWT-Java JSON Web Token library for Java according to RFC 7519. Table of Contents What are JSON Web Tokens? Header Payload Signature Features Supporte

Bastiaan Jansen 6 Jul 10, 2022
There are two challenges one is to create a backend api the other is to create a frontend application to consume the public data api devall.

Sobre | Desafio | Resolução | Tecnologias | Execução | Itexto desafio tecnico Sobre os Desafios existem dois desafios um é criar uma api backend o out

fabricio S Miranda 1 Oct 18, 2021
Get device location by telephony (SIM card) or settings without using GPS tracker.

react-native-device-country Get device location by telephony (SIM card) or settings without using GPS tracker Installation yarn add react-native-devic

dev.family 46 Nov 29, 2022
Plugin for Spigot, PaperMC, BungeeCord and Velocity to create custom MOTDs, playercount message and playercount hover with priorities and conditions.

AdvancedServerList AdvancedServerList is a server and proxy plugin that allows you to create custom MOTDs and more in your server list with priority a

Andre_601 19 Dec 14, 2022
A bukkit/spigot plugin to add custom music discs using the Simple Voice Chat API.

Custom Discs 1.19 A spigot/bukkit fork of henkelmax's Audio Player. Play custom music discs using the Simple Voice Chat API. (The voice chat mod is re

null 21 Dec 22, 2022
GalaxyCDC is a core component of PolarDB-X which is responsible for global binary log generation, publication and subscription.

中文文档 What is ApsaraDB GalaxyCDC ? GalaxyCDC is a core component of PolarDB-X which is responsible for global binary log generation, publication and su

null 56 Dec 19, 2022
This project uses the artificial potential field method to realize the path planning of the robot, and completes the trajectory optimization through other settings. It can also be combined with laser SLAM, target recognition and other technologies for path planning.

FRCAutoDriver 项目说明 Project Instruction 本项目利用人工势场法,实现机器人的路径规划,并通过其他设置完成轨迹优化,还可以结合激光SLAM、目标识别等技术进行路径规划 This project uses the artificial potential field

ZhangzrJerry 2 Sep 9, 2022
This is simple project to show how to create a basic API using Java 11 + Maven + Spring Boot + PostgrSQL + Flyway.

This is simple project to show how to create a basic API using Java 11 + Maven + Spring Boot + PostgrSQL + Flyway.

Sean Maxwell 11 Dec 10, 2022
This is a plugin for Minecraft Server (Spigot API) introduces a sector system which connects a single world across multiple servers.

OpenSourceSectors ?? ??️ This is a plugin for Minecraft Server (Spigot API) introduces a sector system which connects a single world across multiple s

null 20 Dec 28, 2022
The goal of the project is to create a web application using Java EE and database (PostgreSQL) without connecting a modern technology stack like spring boot and hibernate

About The Project SignIn page SignUp page Profile page The goal of the project is to create a web application using Java EE and database (PostgreSQL)

Islam Khabibullin 2 Mar 23, 2022