OnlineShop System mit Accounts | MySQL, UUID + Erklärungsvideo

OnlineShop System mit Accounts | MySQL, UUID + Erklärungsvideo 1.0

OnlineShop System mit Accounts | MySQL, UUID + Erklärungsvideo
https://chunkfactory.com/product/onlineshop-system-mit-accounts-mysql-uuid-erklaerungsvideo.1394/
  • Heji!

    Du hast einen eigenen Server und bist auf der Suche nach einem eigenen Shopsystem?

    Was ist "OnlineShop"?
    OnlineShop ist eine Mischung aus Minecraft und Web. InGame erstellst du dir deinen eigenen Account, mit dem du dich auf der Website einloggen kannst. Sobald das getan ist hast du die Möglichkeit dir mit deinen Credits Produkte aus dem Shop zu kaufen. Wenn du dir ein Shopprodukt gekauft hast kannst du es InGame einlösen und erhältst es somit direkt nach dem Einlösen.

    Warum dieser Shop?
    Die Idee hinter diesem Online-Shop ist, dass User nicht auf PayPal, paysafecard oder ähnlichen Anbietern angewiesen sind. Durch diesen Shop ist es möglich, dass User durch bspw. einen Administrator Guthaben für den Shop bekommen und somit komplett unabhängig von jeglichen Dienstleistern sind.
    Natürlich ist es möglich auch das zu ändern, indem man auf diesem Template aufbaut und seinen ganz eigenen Shop mit "Guthaben aufladen" erstellt - die Grundbasis ist gegeben! :)

    Features:
    - UUID & InGame-Name Support
    - Responsive Website (passt sich automatisch an die Bildschirmverhältnisse an!)
    - Verschlüsselte Passwörter (das "rohe" Passwort wird nirgends abgespeichert)
    - MySQL Support
    - Voller Zugriff auf jeden Sourcecode (im Download mit enthalten)
    - Support bei Einrichtung & sonstigen Fragen
    - Kommende Updates sind kostenlos!

    Commands:
    - /account: Einstellungsmöglichkeiten für deinen benutzerspezifischen Account
    - /redeem: Öffnet das Einlösen-Menü

    Bungee-Permissions:
    - /account balance add:
    onlineshop.command.balance.add
    - /account balance remove: onlineshop.command.balance.remove
    - /account delete: onlineshop.command.delete

    Info: Neben der .jar-Datei ist eine kleine Zusammenfassung zur Einrichtung und Verwendung des Plugins im Download enthalten. Zudem ist von jeder Anwendung der jeweilige Sourcecode dabei! Das Hinzufügen neuer Produkte erfordert Kenntnisse in Websprachen + PHP! Zudem sind Grundkenntnisse der Java-Entwicklungen nötig, um Kleinigkeiten am Code selbst anpassen zu können.

    » Du benötigst BungeeCord, sodass dieser Shop auf deinem Server funktioniert.

    Noch Fragen?
    - Twitter: @einpume

Latest reviews

org.bukkit.command.CommandException: Unhandled exception executing command 'redeem' in plugin OnlineShopSpigot v1.0
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:763) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:1788) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:1631) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:1584) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(SourceFile:144) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(SourceFile:118) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:942) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:935) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeAll(SourceFile:103) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:918) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:851) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
Caused by: java.lang.NullPointerException
at me.einpu.OnlineShop.commands.RedeemCommand.uuidExists(RedeemCommand.java:79) ~[?:?]
at me.einpu.OnlineShop.commands.RedeemCommand.onCommand(RedeemCommand.java:44) ~[?:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-1.16.4.jar:git-Spigot-628435a-6917945]
... 19 more
Rxbitz
Rxbitz
Steht eine MySQL Verbindung?

Similar resources

ADMIN STYLE SYSTEM K
Give the admin panel a makeover!
0.00 star(s) 0 ratings
Downloads
131
Updated
AdvancedReporter [ BEST REPORT SYSTEM ]| ✦ Web GUI & MySQL | Nicohhh
Easily manage your reports using MySQL or flat file with the best report system. Now with web GUI.
1.00 star(s) 1 ratings
Downloads
319
Updated
BlackSpigot General Chat
Rules Help Users
    jimmynoob1234 @ jimmynoob1234: hello*
    Top