Making HiveCraft... Kinda...

in #pimp2 days ago

info.lua


g_PluginInfo =
{
Name = "HiveEngineTrade",
Date = "2026-03-07",
Description = [[
Adds Hive Engine token lookups and trade requests via a local HTTP bridge.
This plugin does not store private keys; it forwards trade requests to a
bridge service that signs and broadcasts transactions.
]],

AdditionalInfo =
{
{
Title = "Configuration",
Contents = [[
Configuration is stored in HiveEngineTrade.ini next to the Cuberite executable.
- [HiveEngineTrade].HiveEngineRpc: Hive Engine RPC endpoint (default https://api.hive-engine.com/rpc/contracts)
- [HiveEngineTrade].BridgeUrl: Local bridge URL to sign & broadcast trades
- [HiveEngineTrade].BridgeAuthToken: Optional bearer token for the bridge
- [Accounts] section maps Minecraft player names to Hive accounts.
]],
},
},

Commands =
{
["/hive"] =
{
Permission = "hive.use",
HelpString = "Hive Engine helper commands",
Handler = nil,
Subcommands =
{
link =
{
HelpString = "links your Minecraft name to a Hive account",
Permission = "hive.use",
Handler = HandleHiveLink,
ParameterCombinations =
{
{
Params = "hiveAccount",
},
},
},
balance =
{
HelpString = "shows Hive Engine token balance",
Permission = "hive.use",
Handler = HandleHiveBalance,
ParameterCombinations =
{
{
Params = "symbol [hiveAccount]",
},
},
},
price =
{
HelpString = "shows last trade price for a token",
Permission = "hive.use",
Handler = HandleHivePrice,
ParameterCombinations =
{
{
Params = "symbol",
},
},
},
buy =
{
HelpString = "submits a buy order via the bridge",
Permission = "hive.trade",
Handler = HandleHiveBuy,
ParameterCombinations =
{
{
Params = "symbol price quantity",
},
},
},
swap =
{
HelpString = "buys at current market price",
Permission = "hive.trade",
Handler = HandleHiveSwap,
ParameterCombinations =
{
{
Params = "hiveAmount [symbol]",
},
},
},
sell =
{
HelpString = "submits a sell order via the bridge",
Permission = "hive.trade",
Handler = HandleHiveSell,
ParameterCombinations =
{
{
Params = "symbol price quantity",
},
},
},
},
},
},
}


🪙 PeakeCoin Ecosystem

💱 PeakeCoin USDT Bridge (Hive ↔ Polygon/MATIC)
Bridge SWAP.USDT from Hive Engine to USDT on Polygon (MATIC).
Whitelist access, documentation, and bridge status updates:
👉 https://geocities.ws/peakecoin


⚙️ HiveP.I.M.P. — PeakeCoin Intelligent Market Protector
Operated by @hivepimp, P.I.M.P. focuses on stabilizing PEK markets and strengthening liquidity on Hive Engine.
Community participation supports long-term ecosystem health.


🤖 PeakeBot — Autonomous Trading System
Independent multi-token trading bot with RC-awareness, adaptive delay logic, and smart cycle control.
📊 Trading bot documentation:
👉 https://geocities.ws/p/e/peakecoin/trading-bot/peakebot_v0_01.html
💻 Open-source repositories:
👉 https://github.com/paulmoon410


🎰 PeakeSino — The PeakeCoin Casino (Beta)
Blockchain-powered games using PEK as the native in-game currency.
Built on Hive with a focus on provable fairness and community-driven growth.
🃏 Play the beta games here:
👉 https://geocities.ws/peakecoin/pek_casino/beta_games/index.html


🙏 Acknowledgements

Thanks to and please follow:
@enginewitty @ecoinstant @neoxian @txracer @thecrazygm @holdonia @aggroed

For their continued support, guidance, and help expanding the PeakeCoin ecosystem.