A plugin for the ja-netfilter, it can replace strings dynamically.

Overview

plugin-mymap

A plugin for the ja-netfilter, it can replace strings dynamically.

Use the mvn clean package command to compile and use mymap-v1.0.1-jar-with-dependencies.jar file!

Config file

[MyMap]
EQUAL,licenseeName->xxxxxxx
EQUAL,gracePeriodDays->30
EQUAL,paidUpTo->5000-12-31

# EQUAL       Use `equals` to compare
# EQUAL_IC    Use `equals` to compare, ignore case
# KEYWORD     Use `contains` to compare
# KEYWORD_IC  Use `contains` to compare, ignore case
# PREFIX      Use `startsWith` to compare
# PREFIX_IC   Use `startsWith` to compare, ignore case
# SUFFIX      Use `endsWith` to compare
# SUFFIX_IC   Use `endsWith` to compare, ignore case
# REGEXP      Use regular expressions to matchh
You might also like...

A plugin for the ja-netfilter, it can dump the transformed classes.

A plugin for the ja-netfilter, it can dump the transformed classes.

Apr 17, 2022

A plugin for the ja-netfilter, it can block dns resolution.

A plugin for the ja-netfilter, it can block dns resolution.

May 12, 2022

A plugin for the ja-netfilter, it can delete expired log files

A plugin for the ja-netfilter, it can delete expired log files

A plugin for the ja-netfilter, it can delete expired log files

Feb 14, 2022

JHook - A tool that can dynamically modify Java classes at runtime.

JHook A tool that can dynamically modify Java classes at runtime. Demo Tested on Java 1.8 - Java 17, just support JDK package com.binklac.jhook.test;

Dec 23, 2022

Sequence Alignment - Aligns two strings optimally as to minimize the cost of alignment. This algorithm has applications in aligning DNA, RNA, or protein.

Sequence_Alignment Aligns two strings optimally as to minimize the cost of alignment. This algorithm has applications in aligning DNA, RNA, or protein

Jan 8, 2022

Plugin-power - A plugin for the ja-netfilter, it is a dragon slayer for asymmetric encryption.

plugin-power A plugin for the ja-netfilter, it is a dragon slayer for asymmetric encryption. Use the mvn clean package command to compile and use powe

May 25, 2022

Convenient search view for Eclipse to find/replace within the currently active editor.

Convenient search view for Eclipse to find/replace within the currently active editor.

Find/Replace View plugin for Eclipse Feedback and high-quality pull requests are highly welcome! About What is it? Installation Building from Sources

May 25, 2022

Minecraft Fabric mod to replace signs efficiently.

Sign Restorer Fabric Mod Easily replace signs in game using saved data from other programs. Sign data is read from this repo in the format: [{"coordin

Dec 10, 2022

Anime game server software reimplementation. Planning to replace @Grasscutters/Grasscutter.

NOTE This is a rewritten version of Grasscutter. Find the original project at Grasscutters/Grasscutter. Grasscutter TODO: Write README.md Players Guid

Dec 1, 2022

Dynamically filters JPA entities with a simple query syntax. Provides JPA/Hibernate predicates and Spring Data specifications.

Spring Filter You need a way to dynamically filter entities without any effort? Just add me to your pom.xml. Your API will gain a full featured search

Dec 13, 2022

Dynamically inline MethodHandles

HandleWrapper MethodHandles can be as fast as direct invocation, as long as they are static final fields. Then they can be inlined. But what if we wan

Aug 10, 2022

A library for IDEs and Code Editors to compile java projects faster dynamically

A library for IDEs and Code Editors to compile java projects faster dynamically

Feb 22, 2022

Ja-netfilter - A javaagent framework

ja-netfilter v2.0.1 A javaagent framework Usage download from the releases page add -javaagent:/absolute/path/to/ja-netfilter.jar argument (Change to

May 26, 2022

An unofficial edition of ja-netfilter which has built-in plugins for activating JetBrains IDE.

jb-netfilter v2.0.1 An unofficial edition of ja-netfilter which has built-in plugins for activating JetBrains IDE. Usage download from the releases pa

Apr 3, 2022

Discourse-java is a platform where users can freely discuss on topics they want to, and like-minded people can join in and contribute

Discourse-java is a platform where users can freely discuss on topics they want to, and like-minded people can join in and contribute

Discourse is the 100% open source discussion platform built for the next decade of the Internet. Use it as a: mailing list discussion forum long-form

Oct 19, 2022

By this package we can get sim info, call logs and sms logs.Also we can find for specific sim info and call logs as well.

sim_sms_call_info A new flutter plugin project. Getting Started This project is a starting point for a Flutter plug-in package, a specialized package

Sep 17, 2022
Comments
  • linux 下面有问题

    linux 下面有问题

    ja-netfilter 2.0.1 + mymap 1.1.2, 同样的配置, windows 下面可以激活, linux 下面就不行. clion & goland 2021.2.3 2021.3 2021.3.2 都试过.

    换成 ja-netfilter 1.0.2 + mymap 1.0.1 两个平台都可以.

    os 是: debian 11, kde

    opened by redseabay 4
  • Improvements

    Improvements

    • code improvements (more human code if compare it with decompilers)
    • added github actions to check every commit
    • you can download .zip build with .jar file image
    opened by Frago9876543210 1
  • Fixed maven warning

    Fixed maven warning

    [INFO] Scanning for projects...
    [WARNING]
    [WARNING] Some problems were encountered while building the effective model for com.zfkun.plugins:plugin-mymap:jar:1.1.2
    [WARNING] The expression ${version} is deprecated. Please use ${project.version} instead.
    [WARNING]
    [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
    [WARNING]
    [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
    [WARNING]
    [INFO]
    [INFO] -------------------< com.zfkun.plugins:plugin-mymap >-------------------
    [INFO] Building plugin-mymap 1.1.2
    [INFO] --------------------------------[ jar ]---------------------------------
    
    opened by Frago9876543210 1
  • Upgrade ja-netfilter from 2.0.0 to 2.0.1

    Upgrade ja-netfilter from 2.0.0 to 2.0.1

    • Upgrade ja-netfilter from 2.0.0 to 2.0.1
    • Rename artifactId follow the naming form from official plugins.
    • Update version to 1.1.2
    • Add default config file name to README.
    opened by maskshell 0
Releases(v1.2.0)
Owner
zfkun
''.constructor.fromCharCode(70, 69)
zfkun
An unofficial edition of ja-netfilter which has built-in plugins for activating JetBrains IDE.

jb-netfilter v2.0.1 An unofficial edition of ja-netfilter which has built-in plugins for activating JetBrains IDE. Usage download from the releases pa

EFL 29 Apr 3, 2022
MixStack lets you connects Flutter smoothly with Native pages, supports things like Multiple Tab Embeded Flutter View, Dynamic tab changing, and more. You can enjoy a smooth transition from legacy native code to Flutter with it.

中文 README MixStack MixStack lets you connects Flutter smoothly with Native pages, supports things like Multiple Tab Embeded Flutter View, Dynamic tab

Yuewen Engineering 80 Dec 19, 2022
A RatingBar library for android, you can customize size, spacing, color and image easily, and support right to left.

AndRatingBar A RatingBar library for android, you can customize size, spacing, color and image easily, and support right to left. 安卓RatingBar终极方案,继承自原

dqq 271 Aug 14, 2021
esProc SPL is a scripting language for data processing, with well-designed rich library functions and powerful syntax, which can be executed in a Java program through JDBC interface and computing independently.

esProc esProc is the unique name for esProc SPL package. esProc SPL is an open-source programming language for data processing, which can perform comp

null 990 Dec 27, 2022
A Gradle plugin that improves the experience when developing Android apps, especially system tools, that use hidden APIs.

HiddenApiRefinePlugin A Gradle plugin that improves the experience when developing Android apps, especially system tools, that use hidden APIs. Backgr

Rikka apps 125 Jan 5, 2023
A custom placeholders plugin that utilizes the MongoDB database

A custom placeholder plugin that saves placeholders values to a Mongo Database (also per player support!)

Kaya 10 Nov 30, 2022
Plugin-fineagent - A plugin for the ja-netfilter, it allows you to use fineagent in ja-netfilter.

plugin-fineagent A plugin for the ja-netfilter, it allows you to use fineagent in ja-netfilter. Use the mvn clean package command to compile and use F

null 19 Jun 25, 2022
A plugin for the ja-netfilter, it can block http requests.

plugin-url A plugin for the ja-netfilter, it can block http requests. Use the mvn clean package command to compile and use url-vX.X.X-jar-with-depende

null 20 May 22, 2022