找回密码
 立即注册
搜索
查看: 3327|回复: 1

[娱乐][经济]LiteLottery —— 大乐透,让玩家在服务器里买彩票吧[1.7.10-1.21.X]

[复制链接]
发表于 2024-3-24 15:28:38 | 显示全部楼层 |阅读模式

插件交流QQ群:215549411 点击链接加入群聊

插件介绍
这是一款让玩家可以在服务器中选号投注的插件,支持金币或点券,每天定时开奖。
玩家可以从可选号码中选择一组或多组号码购买,具体规则请看下面功能介绍。


功能介绍
玩法介绍(字多 直接上图):
lo1.png
上图中开奖时间、每注价格、奖金数量等皆可在配置文件中自定义。若要调整中奖概率,修改最大可选数字即可,更多功能详见配置文件。
虽然配置文件中默认的值都是我正在使用的,但每个服务器经济情况并不相同,请根据服务器内经济情况调整最大号码、每注价格以及奖金等。
开奖为每天一期,默认情况下每天只在设定的时间开奖一次,每天00:00自动切换到新一期,新一期的奖池资金为上期奖池剩余资金+初始奖池
开奖时五等奖、四等奖、三等奖的奖金会从奖池中扣除,扣除后剩余的资金按比例分给二等奖和一等奖,如果没有玩家中奖则不消耗奖池资金。
虽然五四三等奖的奖金是固定的,但可以限制奖金上限,不会出现某一玩家中了大量低等奖而奖金甚至超过一等奖的情况 因为这坑我已经踩过了···
注意:不要把随机选号使用次数上限设的太高,随机选号会极大降低投注成本,使玩家非常容易就购买大量不同号码的组合,从而提升中奖概率。


插件截图
lo2.gif
(上图为了演示中奖,把最大号码设成了5,所以中奖率才这么高。另外要注意的是1.10及以下版本开奖时没有Title效果[屏幕中间的字])


指令/权限
/LiteLottery reload —— 重载插件配置
/LiteLottery version —— 查看插件版本
/LiteLottery run —— 忽略设置的开奖时间 立即开奖
/LiteLottery force —— 无视开奖状态(不管当天是否已经开奖)强行开奖
/LiteLottery reset —— 将开奖状态重置为未开奖
/LiteLottery betting <玩家名> <投注数量> <所选号码> —— 替指定玩家投注(不会消耗玩家金钱,不受随机选号次数和冷却时间限制) 号码写 random 表示随机
/LiteLottery bettingWithPlayer <玩家名> <投注数量> <所选号码> —— 以指定玩家身份投注(会消耗玩家金钱,受随机选号次数和冷却时间限制) 号码写 random 表示随机
以上/LiteLottery可缩写为/lot
/Lottery —— 查看玩法介绍以及投注信息
/Lottery <投注数量> <所选号码>  —— 购买指定数量的选定号码
/Lottery <投注数量> random —— 购买指定数量的随机号码
以上/Lottery可缩写为/lt
所有命令不区分大小写、所有命令支持TAB补全
LiteLottery.admin —— 权限 可使用/LiteLottery命令,默认OP拥有
LiteLottery.Lottery —— 权限 可使用/Lottery命令,默认所有玩家拥有
LiteLottery.bypass —— 权限 使用随机选号不受冷却时间和次数限制,默认OP拥有


配置文件


消息文件(语言文件)


下载地址
LiteLottery-1.4.4.jar (81.05 KB, 下载次数: 502) 注意:不支持Java 7,至少需要使用Java 8
本插件已在1.7.2/1.7.10/1.8.8/1.9.4/1.10.2/1.11.2/1.12.2/1.13.2/1.14.4/1.15.2/1.16.5/1.17.1/1.18.2/1.19.4/1.20.6/1.21.4测试通过
插件理论兼容Minecraft 2.0.0版本之前的任何新版本,所以即使是本帖没有标明的新版本通常也能正常使用。
备用下载地址:百度网盘
本插件需要Vault或PlayerPoints作为前置(取决于使用金币还是点券),如果您的服务器没有安装对应插件则无法运行本插件
如果使用金币 需要安装Vault插件以及支持Vault的经济插件(如Essentials、CMI、Economy等)
Vault下载地址:SpigotMC   MCBBS
如果使用点券 需要安装PlayerPoints插件
PlayerPoints下载地址:SpigotMC(1.8-1.21)   Dev-Bukkit(1.2-1.10)


问题反馈
如果使用过程中有任何问题/建议/意见欢迎在本帖回复或加群反馈
最后,如果你觉得本插件有用,请给我评个分~
提示:评分人气不消耗自身人气


PlaceholderAPI占位符
%litelottery_current_pool% —— 当前奖池余额
%litelottery_current_pool_msg% —— 当前奖池余额消息
%litelottery_player_bet_stats% —— 当前玩家投注统计
%litelottery_player_bet_detail% —— 当前玩家投注详情
%litelottery_draw_time% —— 开奖时间
%litelottery_draw_state% —— 是否已开奖
%litelottery_first_prize% —— 一等奖最高奖金 通过 75%奖池资金 + 基础奖金 实时计算得出
%litelottery_second_prize% —— 二等奖最高奖金 通过 25%奖池资金 + 基础奖金 实时计算得出
%litelottery_third_prize% —— 三等奖每注奖金
%litelottery_fourth_prize% —— 四等奖每注奖金
%litelottery_fifth_prize% —— 五等奖每注奖金
%litelottery_money_per_bet% —— 投注每注需要的金额


更新日志
2025-04-09 1.4.4版本发布
  - 增加以下PlaceholderAPI变量:
    %litelottery_current_pool% //当前奖池余额
    %litelottery_current_pool_msg% //当前奖池余额消息
    %litelottery_player_bet_stats% //当前玩家投注统计
    %litelottery_player_bet_detail% //当前玩家投注详情
    %litelottery_draw_time% //开奖时间
    %litelottery_draw_state% //是否已开奖
    %litelottery_first_prize% //一等奖最高奖金 通过 75%奖池资金 + 基础奖金 实时计算得出
    %litelottery_second_prize% //二等奖最高奖金 通过 25%奖池资金 + 基础奖金 实时计算得出
    %litelottery_third_prize% //三等奖每注奖金
    %litelottery_fourth_prize% //四等奖每注奖金
    %litelottery_fifth_prize% //五等奖每注奖金
    %litelottery_money_per_bet% //投注每注需要的金额
  - 其他细节优化
2025-03-21 1.4.3版本发布
  - 现在使用FoliaCompatibleAPI实现Folia支持
  - 修复了在部分版本的服务端中开奖会报错的问题
  - 其他细节优化
2025-02-01 1.4.2版本发布
  - 修复了1.9-1.12版本中特等奖音效无法播放的问题
  - 修改了配置文件中的注释和奖金默认值
  - 其他细节优化
2025-01-27 1.4.1版本发布
  - 修复启动时报错无法创建文件的问题
2025-01-26 1.4.0版本发布
  - 支持Folia
  - 支持使用点券
  - 支持1.7.2版本
  - 命令"/lot forcefalse"修改为"/lot reset"
  - 新增命令"/lot betting <玩家名> <数量> <号码>" 用于替指定玩家投注(不会消耗玩家金钱,不受随机选号次数和冷却时间限制)
  - 新增命令"/lot bettingWithPlayer <玩家名> <数量> <号码>" 用于以指定玩家身份投注(会消耗玩家金钱,受随机选号次数和冷却时间限制)
  - 增加检查更新
  - 其他细节修正和优化
2022-03-12 1.3.1版本发布
  - 重复开奖时已开过奖的投注号码不会再次开奖了
  - 其他细节优化
2022-01-09 1.3.0版本发布
  - 修复了"/lot forcefalse"命令修改的开奖状态在重载后失效的问题
  - 添加了"messages.yml"文件, 可以自定义插件消息内容
  - 其他细节修正和优化
2021-11-28 1.2.3版本发布
  - 修复了在Thermos服务端启动报错的问题
  - 修复了在"整数"版本(例如1.7/1.8等只有一个.的版本)启动报错的问题
  - 修改了配置文件的加载方式
2021-11-12 1.2.2版本发布


开源
插件为非盈利性插件,免费发布,严禁销售和转卖
开源协议遵循GPL-3.0
开源地址:Github

本插件所用所有代码均为原创,不存在借用/抄袭等行为
发表于 2026-4-23 14:07:10 | 显示全部楼层
MMOexp WoW Classic 20th Anniversary: With a strong financial foundation

Building gold from level 1 to 20 in WoW Classic Anniversary doesn't require complex strategies or heavy grinding. By focusing on high-value materials like cloth, leather, and cooking ingredients, and combining them with efficient leveling routes, you can steadily grow your wealth without slowing down your progress.

From humanoid farming in starter zones to fishing Deviate Fish and hunting rare materials, every step of your journey offers opportunities to earn gold. The key is consistency—stick to efficient farms, manage your time well, and your cheap WoW Classic 20th Anniversary Gold will naturally accumulate.

With a strong financial foundation early on, you'll be fully prepared for the challenges and expenses that await in the later stages of the game.

Leveling a Warrior in World of Warcraft Classic is famously challenging-but also incredibly rewarding when done correctly. This guide covers everything you need to know to level efficiently, including playstyle fundamentals, hamstring kiting, stance macros, weapon progression, talent choices, and essential addons. The advice here is based on extensive hands-on experience leveling multiple Warriors across PvE, PvP, and raiding environments. A large amount of WoW Classic 20th Anniversary Gold can also be very helpful.

If you master these mechanics early, Warrior leveling becomes faster, safer, and far more enjoyable.

Early Levels and Core Playstyle

At level 1, Warrior gameplay is extremely simple. You'll primarily rely on Heroic Strike because it's your only rage spender. Once you unlock Charge, your basic flow becomes charging into enemies, generating rage, and dumping it into Heroic Strike.

Things start to get much more interesting once you unlock Hamstring, Rend, and Overpower. These abilities unlock the Warrior's most important leveling technique: hamstring kiting.

Hamstring Kiting Explained

Hamstring kiting is the single most important skill for leveling a Warrior efficiently. It reduces incoming damage without lowering your DPS, which dramatically cuts down on food, bandage, and downtime usage.

The technique works best with a slow two-handed weapon.

Here's how it works:

Charge into the target.

Apply Hamstring.

Step away while your weapon swing timer resets.

Step back in just before your auto attack goes off.

Auto attack, then step back out again.

Reapply the Hamstring as needed.

You're timing your movement around your swing timer, which means the enemy attacks less often while you lose no damage output. Since mobs attack faster than you do, standing still results in significantly more damage taken.

Every player needs a lot of WoW Classic 20th Anniversary Gold, I suggest you go to a third-party website like MMOexp.com to buy, safe and comfortable transactions, and years of experience to ensure the security of your account.

Archiver|手机版|小黑屋|502mc的插件备份论坛

GMT+8, 2026-5-2 08:19 , Processed in 0.065740 second(s), 18 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表