优芯葱葱
本帖最后由 1582952890 于 2017-9-16 12:20 编辑



提交建议/意见/BUG等请到这里(用英文)
https://github.com/greatman/craftconomy3/issues


如何配置 请查阅百科或者最下面的视频教程
https://github.com/greatman/craftconomy3/wiki







  1. System:
  2.   Setup: true
  3.   QuickSetup:
  4.     Enable: false
  5.     Currency:
  6.       Name: Dollar
  7.       NamePlural: Dollars
  8.       Minor: Coin
  9.       MinorPlural: Coins
  10.       Sign: $
  11.     StartBalance: 100.0
  12.     PriceBank: 200.0
  13.     DisplayMode: long
  14.   CheckNewVersion: true
  15.   Case-sentitive: false
  16.   CreateOnLogin: false
  17.   Logging:
  18.     Enabled: false
  19.   Database:
  20.     Type: h2
  21.     Address: localhost
  22.     Port: 3306
  23.     Username: root
  24.     Password: ''
  25.     Db: craftconomy
  26.     Prefix: cc3_
  27.     Poolsize: 10
  28.     ConvertFromH2: false
复制代码


UTF-8语言文件(部分汉化,自行覆盖): lang.yml (13.41 KB, 下载次数: 1157)



管理指令


玩家经济指令


管理经济指令


玩家银行指令


管理银行指令


货币设置(不推荐,影响性能)







Github (源代码): https://github.com/greatman/craftconomy3

_DIM_
请问插件汉化了吗

大力水手
请问独立的经济插件有什么显著的作用吗?

_DIM_
大力水手 发表于 2017-3-1 16:53
请问独立的经济插件有什么显著的作用吗?

和ess内置的相比一般功能更多而且支持mysql

大力水手
酷车手BB弹 发表于 2017-3-1 16:54
和ess内置的相比一般功能更多而且支持mysql

好的,感谢~!  非常好的插件

lsz7575
震惊!!!
我仿佛进了微信朋友圈..

lsz7575
大佬汉化一下吧..我上次用英文配置报错和应用错误,整了半天放弃了..

优芯葱葱
lsz7575 发表于 2017-3-1 21:38
大佬汉化一下吧..我上次用英文配置报错和应用错误,整了半天放弃了..

感冒发烧了,我明天做进阶教程+汉化吧

优芯葱葱

有汉化 还没发

_DIM_
今天能出汉化吗=。=

优芯葱葱
酷车手BB弹 发表于 2017-3-3 00:30
今天能出汉化吗=。=

稳!                                    

优芯葱葱
大力水手 发表于 2017-3-1 17:53
请问独立的经济插件有什么显著的作用吗?

已上传到帖子中

优芯葱葱
酷车手BB弹 发表于 2017-3-3 00:30
今天能出汉化吗=。=

已上传到帖子中

Wei_Boss
个人认为这个经济最大缺点是不支持UUID
MySQL Economy Bridge这个经济会比这个更好

我是小童鞋
这么多经济插件,我到底用哪个

我是小童鞋
另外,可否讲解下如何配置数据库mysql(我怎么搞不出0 0)

Innovators
Java8 spigot1.11.2 正确配置
  1. [19:06:00] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  2. [19:06:00] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
  3. [19:06:00] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  4. [19:06:01] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead
  5. [19:06:01] [Server thread/WARN]:         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  6. [19:06:01] [Server thread/WARN]:         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  7. [19:06:01] [Server thread/WARN]:         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  8. [19:06:01] [Server thread/WARN]:         at java.lang.reflect.Constructor.newInstance(Unknown Source)
  9. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
  10. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.Util.getInstance(Util.java:387)
  11. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:942)
  12. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3966)
  13. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3902)
  14. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2526)
  15. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2673)
  16. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2549)
  17. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)
  18. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2073)
  19. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2009)
  20. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5098)
  21. [19:06:01] [Server thread/WARN]:         at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1994)
  22. [19:06:01] [Server thread/WARN]:         at com.greatmancode.com.zaxxer.libs.hikari.proxy.PreparedStatementProxy.executeUpdate(PreparedStatementProxy.java:61)
  23. [19:06:01] [Server thread/WARN]:         at com.greatmancode.com.zaxxer.libs.hikari.proxy.PreparedStatementJavassistProxy.executeUpdate(PreparedStatementJavassistProxy.java)
  24. [19:06:01] [Server thread/WARN]:         at com.greatmancode.craftconomy3.storage.sql.MySQLEngine.<init>(MySQLEngine.java:83)
  25. [19:06:01] [Server thread/WARN]:         at com.greatmancode.craftconomy3.storage.StorageHandler.<init>(StorageHandler.java:40)
  26. [19:06:01] [Server thread/WARN]:         at com.greatmancode.craftconomy3.Common.initialiseDatabase(Common.java:393)
  27. [19:06:01] [Server thread/WARN]:         at com.greatmancode.craftconomy3.Common.onEnable(Common.java:143)
  28. [19:06:01] [Server thread/WARN]:         at com.greatmancode.craftconomy3.tools.interfaces.BukkitLoader.onEnable(BukkitLoader.java:49)
  29. [19:06:01] [Server thread/WARN]:         at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271)
  30. [19:06:01] [Server thread/WARN]:         at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  31. [19:06:01] [Server thread/WARN]:         at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  32. [19:06:01] [Server thread/WARN]:         at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:375)
  33. [19:06:01] [Server thread/WARN]:         at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:325)
  34. [19:06:01] [Server thread/WARN]:         at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:419)
  35. [19:06:01] [Server thread/WARN]:         at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:380)
  36. [19:06:01] [Server thread/WARN]:         at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:335)
  37. [19:06:01] [Server thread/WARN]:         at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272)
  38. [19:06:01] [Server thread/WARN]:         at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:542)
  39. [19:06:01] [Server thread/WARN]:         at java.lang.Thread.run(Unknown Source)
复制代码

simplerjiang
Innovators 发表于 2017-4-6 19:10
Java8 spigot1.11.2 正确配置

很明显你的Mysql设置错了

simplerjiang
楼主你缺不缺?
这插件15年就没更新了,如何用?
已举报 浪费时间

jiand_jun~~~
simplerjiang 发表于 2017-4-8 14:02
楼主你缺不缺?
这插件15年就没更新了,如何用?
已举报 浪费时间

本人亲测1.8.X可用 且多数大型服务器都使用cc3 如某球天空、倒闭的某Yourcraft、倒闭的某某曙光。

优芯葱葱
simplerjiang 发表于 2017-4-8 15:02
楼主你缺不缺?
这插件15年就没更新了,如何用?
已举报 浪费时间

目前没有任何一款经济插件能够替代CC3 在大数据处理上不知道比别的高多少,如果觉得这样 不好意思 我不更新教程视频了,为你带来不便哦

第一页 上一页 下一页 最后一页